package Model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class DetailedEvent extends Event with EventTrait
- class Event extends EventTrait
- case class EventStream(event_type: String, timestamp: String, position: Int, trace: String) extends Event with EventTrait with Product with Serializable
- trait EventTrait extends Serializable
- class Sequence extends Serializable
Value Members
-
object
Structs
This class contains te model that it is used in all the SIESTA pipeline.
This class contains te model that it is used in all the SIESTA pipeline. These methods are not related to any database, they just describe the main process and the databases need to comply with them, by implementing the corresponding methods.