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, refreshTables: TableFilter = AllTables, fullRefreshTables: TableFilter = NoTables, storageRoot: String)- 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. 
- refreshTables
- Filter for which tables should be refreshed when performing this update. 
- fullRefreshTables
- Filter for which tables should be full refreshed when performing this update. 
 
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 eventCallback: (PipelineEvent) => UnitCallback to invoke for internal events that are emitted during a run of a pipeline. Callback to invoke for internal events that are emitted during a run of a pipeline. - Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
 
-    val flowProgressEventLogger: FlowProgressEventLoggerEmits internal flow progress events into the event buffer. Emits internal flow progress events into the event buffer. - Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
 
-    val fullRefreshTables: TableFilterFilter 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: PipelineExecutionDefines 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: FlowFilterFilter 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: TableFilterFilter 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.SparkSessionThe SparkSession for this update. The SparkSession for this update. - Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
 
-    val storageRoot: StringThe root storage location for pipeline metadata, including checkpoints for streaming flows. The root storage location for pipeline metadata, including checkpoints for streaming flows. - Definition Classes
- PipelineUpdateContextImpl → PipelineUpdateContext
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-    val unresolvedGraph: DataflowGraphThe 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)