Class GraphExecution.StopFlowExecution
Object
org.apache.spark.sql.pipelines.graph.GraphExecution.StopFlowExecution
- All Implemented Interfaces:
- Serializable,- GraphExecution.FlowExecutionAction,- scala.Equals,- scala.Product
- Enclosing class:
- GraphExecution
public static class GraphExecution.StopFlowExecution
extends Object
implements GraphExecution.FlowExecutionAction, scala.Product, Serializable
Indicates that the flow execution should be stopped with a specific reason.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
StopFlowExecution
 
- 
- 
Method Details- 
reason
 
-