Packages

object Data

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ActivatedData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, materialized: Associations = Set.empty, active: Associations = Set.empty, toBeRetried: Set[StructuredStreamingETLModel] = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable]) extends Data with Product with Serializable

    Data of the State.Activated

    Data of the State.Activated

    pipegraph

    The pipegraph being activated

    instance

    The instance of the pipegraph being Activated

    materialized

    The already materialized Associations

    active

    The active etls

    toBeRetried

    The etl activations that should be retried

    shouldStopAll

    Whether all current active etls should be stopped due to a failure in another etl

    reason

    Maybe a reason of the failure

  2. case class ActivatingData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, materialized: Associations = Set.empty, toBeActivated: Set[StructuredStreamingETLModel] = Set.empty, activating: Associations = Set.empty, active: Associations = Set.empty, toBeRetried: Set[StructuredStreamingETLModel] = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable] = None) extends Data with Product with Serializable

    Data of the State.Activating

    Data of the State.Activating

    pipegraph

    The pipegraph being activated

    instance

    The instance of the pipegraph being Activated

    materialized

    The already materialized Associations

    toBeActivated

    The etls to be activated

    activating

    The etl currently activating

    active

    The active etls

    toBeRetried

    The etl activations that should be retried

    shouldStopAll

    Whether all current active etls should be stopped due to a failure in another etl

    reason

    Maybe a reason of the failure

  3. type Associations = Set[WorkerToEtlAssociation]
  4. case class MaterializedData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, materialized: Associations = Set.empty, toBeRetried: Associations = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable] = None) extends Data with Product with Serializable

    Data of the State.Materialized

    Data of the State.Materialized

    pipegraph

    The pipegraph materialized

    instance

    THe instance of the pipegraph materialized

    materialized

    THe etl materialized

    toBeRetried

    The etl to be retried

    shouldStopAll

    Whether all current materialized etls should be stopped due to a failure in another etl

    reason

    Maybe a reason of the failure

  5. case class MaterializingData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, toBeMaterialized: Associations = Set.empty, materializing: Associations = Set.empty, materialized: Associations = Set.empty, toBeRetried: Associations = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable] = None) extends Data with Product with Serializable

    Data of the State.Materializing

    Data of the State.Materializing

    pipegraph

    The pipegraph being materialized

    instance

    The instance of the pipegraph being Materialized

    toBeMaterialized

    The etls to be materialized

    materializing

    The etl currently materializing

    materialized

    The already materialized Associations

    toBeRetried

    The etl materializations that should be retried

    shouldStopAll

    Whether all current active etls should be stopped due to a failure in another etl

    reason

    Maybe a reason of the failure

  6. case class MonitoredData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, monitored: Associations = Set.empty, toBeRetried: Associations = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable]) extends Data with Product with Serializable

    Data of the State.Monitored

    Data of the State.Monitored

    pipegraph

    The pipegraph monitored

    instance

    THe instance of the pipegraph monitored

    monitored

    THe etl monitored

    toBeRetried

    The etl to be retried

    shouldStopAll

    Whether all current monitored etls should be stopped due to a failure in another etl

    reason

    Maybe a reason of the failure

  7. case class MonitoringData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, toBeMonitored: Associations = Set.empty, monitoring: Associations = Set.empty, monitored: Associations = Set.empty, toBeRetried: Associations = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable] = None) extends Data with Product with Serializable

    Data of the State.Monitoring

    Data of the State.Monitoring

    pipegraph

    The pipegraph being monitored

    instance

    The instance of the pipegraph being monitored

    toBeMonitored

    The etls to be monitored

    monitoring

    The etl currently monitoring

    monitored

    The already monitored Associations

    toBeRetried

    The etl monitoring that should be retried

    shouldStopAll

    Whether all current active etls should be stopped due to a failure in another etl

    reason

    Maybe a reason of the failure

  8. case class StoppedData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, reason: Option[Throwable]) extends Data with Product with Serializable

    Data of the State.Stopped

    Data of the State.Stopped

    pipegraph

    The pipegraph stopped

    instance

    The instance of the pipegraph stopped

    reason

    Maybe a reson of failure or nothing (signals normal stopping)

  9. case class StoppingData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, toBeStopped: Associations = Set.empty, stopping: Associations = Set.empty, stopped: Associations = Set.empty, reason: Option[Throwable]) extends Data with Product with Serializable

    Data of the State.Stopping

    Data of the State.Stopping

    pipegraph

    The pipegraph being stopped

    instance

    The instance of the pipegraph being stopped

    toBeStopped

    The etls to be stopped

    stopping

    The etl currently stopping

    stopped

    The already stopped Associations

    reason

    Maybe a reason of the failure

  10. case class WorkerToEtlAssociation(worker: ActorRef, etl: StructuredStreamingETLModel) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. object ActivatingData extends Serializable
  21. object Empty extends Data with Product with Serializable
  22. object MaterializingData extends Serializable
  23. object MonitoredData extends Serializable
  24. object MonitoringData extends Serializable
  25. object StoppingData extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped