it.agilelab.bigdata.wasp.consumers.spark.streaming.actor.pipegraph.Data
MaterializingData
Companion object MaterializingData
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
- 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
- Alphabetic
- By Inheritance
- MaterializingData
- Serializable
- Serializable
- Product
- Equals
- Data
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
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)
- 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
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() @HotSpotIntrinsicCandidate()
- def createMaterializedData(): Data
-
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
- val materializing: 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 toBeMaterialized: Associations
- val toBeRetried: Associations
-
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.