Object/Trait

it.agilelab.bigdata.wasp.consumers.spark.streaming.actor.pipegraph

Data

Related Docs: trait Data | package pipegraph

Permalink

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

    Permalink

    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

    Permalink

    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]

    Permalink
  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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ActivatingData extends Serializable

    Permalink
  5. object Empty extends Data with Product with Serializable

    Permalink
  6. object MaterializingData extends Serializable

    Permalink
  7. object MonitoredData extends Serializable

    Permalink
  8. object MonitoringData extends Serializable

    Permalink
  9. object StoppingData extends Serializable

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped