Packages

package etl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ActivationSteps extends AnyRef

    Trait collecting operations to be composed to realize Activation of a StructuredStreamingETLModel

  2. sealed trait Data extends AnyRef

    Trait marking classes holding StructuredStreamingETLActor State Data

  3. trait MaterializationSteps extends AnyRef

    Trait collecting operations to be composed to realize Materialization of a StructuredStreamingETLModel

  4. case class MetricsTelemetryMessage(messageId: String, sourceId: String, metric: String, value: Long, timestamp: String) extends Product with Serializable

  5. case class MonitorOutcome(isActive: Boolean, status: StreamingQueryStatus, progress: Option[StreamingQueryProgress], option: Option[StreamingQueryException]) extends Product with Serializable
  6. trait MonitoringStep extends AnyRef

    Trait collecting operations to be composed to realize Monitoring of a it.agilelab.bigdata.wasp.models.StructuredStreamingETLModel

  7. sealed trait Protocol extends AnyRef

    Trait marking messages as being part of the StructuredStreamingETLActor protocol.

  8. sealed trait State extends AnyRef

    Trait marking objects representing StructuredStreamingETLActor State

  9. trait StoppingStep extends AnyRef

    Trait collecting operations to be composed to realize Stopping of a .StructuredStreamingETLModel

  10. class StructuredStreamingETLActor extends FSM[State, Data] with LoggingFSM[State, Data] with ActivationSteps with MaterializationSteps with MonitoringStep with StoppingStep
  11. case class TelemetryMetadataProducerConfig(global: TinyKafkaConfig, telemetry: TelemetryConfigModel) extends Product with Serializable

Value Members

  1. object ActivationSteps
  2. object Data
  3. object MaterializationSteps
  4. object MetadataOps
  5. object MetricsTelemetryMessageFormat extends SprayJsonSupport with DefaultJsonProtocol
  6. object Protocol
  7. object State
  8. object StructuredStreamingETLActor
  9. object TelemetryMetadataProducer

Ungrouped