class StateManagerImpl extends StateManager
Provide access to the previous state for each DeltaSet
- Attributes
- protected
- Alphabetic
- By Inheritance
- StateManagerImpl
- StateManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StateManagerImpl(taskId: Id, driver: DriverContext)
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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def deserializeRDD[SK, SV](prefix: Key, rdd: RDD[(Key, Payload)], partitioner: Partitioner[SK])(implicit arg0: Ordering[SK], arg1: ClassTag[SK], arg2: ClassTag[SV]): KeyValues[SK, SV]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val prevStateRDD: Determine[RDD[(Key, Meta)]]
- def retrievePrevStateForDeltaSet[SK, SV](fqn: FQN, partitioner: Partitioner[SK])(implicit arg0: Ordering[SK], arg1: ClassTag[SK], arg2: ClassTag[SV]): Determine[KeyValues[SK, SV]]
Retrieve the state of a specific DeltaSet from the output catalog.
Retrieve the state of a specific DeltaSet from the output catalog.
- SK
The key type of the state.
- SV
The value type of the state.
- fqn
The fully qualified name of the DeltaSet.
- partitioner
Defines how to partition the state.
- returns
The state if it exists, otherwise com.here.platform.data.processing.driver.deltasets.CannotDetermine.
- Definition Classes
- StateManagerImpl → StateManager
- def serialize[SK, SV](fqn: FQN, deserialized: KeyValues[SK, SV])(implicit arg0: Ordering[SK], arg1: ClassTag[SK], arg2: ClassTag[SV]): KeyValues[Key, Payload]
- def serializeRDD[SK, SV](prefix: Key, rdd: RDD[(SK, SV)])(implicit arg0: Ordering[SK], arg1: ClassTag[SK], arg2: ClassTag[SV]): KeyValues[Key, Payload]
- def serializer[SK, SV](implicit arg0: ClassTag[SK], arg1: ClassTag[SV]): StatePartitionSerializer[SK, SV]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)