object Data
- Alphabetic
- By Inheritance
- Data
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
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
-
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
- type Associations = Set[WorkerToEtlAssociation]
-
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
-
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
-
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
-
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
-
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)
-
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
- case class WorkerToEtlAssociation(worker: ActorRef, etl: StructuredStreamingETLModel) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object ActivatingData extends Serializable
- object Empty extends Data with Product with Serializable
- object MaterializingData extends Serializable
- object MonitoredData extends Serializable
- object MonitoringData extends Serializable
- object StoppingData extends Serializable