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
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActivatedData
- Serializable
- Serializable
- Product
- Equals
- Data
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ActivatedData(pipegraph: PipegraphModel, instance: PipegraphInstanceModel, materialized: Associations = Set.empty, active: Associations = Set.empty, toBeRetried: Set[StructuredStreamingETLModel] = Set.empty, shouldStopAll: Boolean = false, reason: Option[Throwable])
- 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
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 active: Associations
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createMaterializingData(): MaterializingData
- def createStoppingData(): StoppingData
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pipegraph: PipegraphModel
- val reason: Option[Throwable]
- val shouldStopAll: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val toBeRetried: Set[StructuredStreamingETLModel]
-
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()