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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
StopFlowExecution
-
-
Method Details
-
reason
-