class PipelineUpdateContextImpl extends PipelineUpdateContext
An implementation of the PipelineUpdateContext trait used in production.
- Alphabetic
- By Inheritance
- PipelineUpdateContextImpl
- PipelineUpdateContext
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PipelineUpdateContextImpl(unresolvedGraph: DataflowGraph, eventCallback: (PipelineEvent) => Unit)
- unresolvedGraph
The graph (unresolved) to be executed in this update.
- eventCallback
A callback function to be called when an event is added to the event buffer.
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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventBuffer: PipelineRunEventBuffer
Buffer containing internal events that are emitted during a run of a pipeline.
Buffer containing internal events that are emitted during a run of a pipeline.
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- val flowProgressEventLogger: FlowProgressEventLogger
Emits internal flow progress events into the event buffer.
Emits internal flow progress events into the event buffer.
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- val fullRefreshTables: TableFilter
Filter for which tables should be full refreshed when performing this update.
Filter for which tables should be full refreshed when performing this update.
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- 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 pipelineExecution: PipelineExecution
Defines operations relates to end to end execution of a
DataflowGraph
.Defines operations relates to end to end execution of a
DataflowGraph
.- Definition Classes
- PipelineUpdateContext
- final def refreshFlows: FlowFilter
Filter for which flows should be refreshed when performing this update.
Filter for which flows should be refreshed when performing this update. Should be a superset of fullRefreshFlows.
- Definition Classes
- PipelineUpdateContext
- val refreshTables: TableFilter
Filter for which tables should be refreshed when performing this update.
Filter for which tables should be refreshed when performing this update.
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- val resetCheckpointFlows: FlowFilter
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- val spark: classic.SparkSession
The SparkSession for this update.
The SparkSession for this update.
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unresolvedGraph: DataflowGraph
The unresolved graph for this update.
The unresolved graph for this update.
- Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
- 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)