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: