package etl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
ActivationSteps extends AnyRef
Trait collecting operations to be composed to realize Activation of a StructuredStreamingETLModel
-
sealed
trait
Data extends AnyRef
Trait marking classes holding StructuredStreamingETLActor State Data
-
trait
MaterializationSteps extends AnyRef
Trait collecting operations to be composed to realize Materialization of a StructuredStreamingETLModel
- case class MetricsTelemetryMessage(messageId: String, sourceId: String, metric: String, value: Long, timestamp: String) extends Product with Serializable
- case class MonitorOutcome(isActive: Boolean, status: StreamingQueryStatus, progress: Option[StreamingQueryProgress], option: Option[StreamingQueryException]) extends Product with Serializable
-
trait
MonitoringStep extends AnyRef
Trait collecting operations to be composed to realize Monitoring of a it.agilelab.bigdata.wasp.models.StructuredStreamingETLModel
-
sealed
trait
Protocol extends AnyRef
Trait marking messages as being part of the StructuredStreamingETLActor protocol.
-
sealed
trait
State extends AnyRef
Trait marking objects representing StructuredStreamingETLActor State
-
trait
StoppingStep extends AnyRef
Trait collecting operations to be composed to realize Stopping of a .StructuredStreamingETLModel
- class StructuredStreamingETLActor extends FSM[State, Data] with LoggingFSM[State, Data] with ActivationSteps with MaterializationSteps with MonitoringStep with StoppingStep
- case class TelemetryMetadataProducerConfig(global: TinyKafkaConfig, telemetry: TelemetryConfigModel) extends Product with Serializable
Value Members
- object ActivationSteps
- object Data
- object MaterializationSteps
- object MetadataOps
- object MetricsTelemetryMessageFormat extends SprayJsonSupport with DefaultJsonProtocol
- object Protocol
- object State
- object StructuredStreamingETLActor
- object TelemetryMetadataProducer