it.agilelab.bigdata.wasp.consumers.spark.streaming.actor.pipegraph.Data
ActivatingData
Companion object ActivatingData
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
- 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
- Alphabetic
- By Inheritance
- ActivatingData
- Serializable
- Serializable
- Product
- Equals
- Data
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
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)
- 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
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
- val activating: Associations
- val active: Associations
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def createActivatedData(): ActivatedData
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val instance: PipegraphInstanceModel
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val materialized: Associations
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pipegraph: PipegraphModel
- val reason: Option[Throwable]
- val shouldStopAll: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val toBeActivated: Set[StructuredStreamingETLModel]
- val toBeRetried: Set[StructuredStreamingETLModel]
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.