Class FailureStoppingOperation
Object
org.apache.spark.sql.pipelines.graph.RunFailure
org.apache.spark.sql.pipelines.graph.FailureStoppingOperation
- All Implemented Interfaces:
- RunTerminationReason
- Direct Known Subclasses:
- FailureStoppingFlow
Abstract class used to identify failures related to failures stopping an operation/timeouts.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.spark.sql.pipelines.graph.RunFailureisFatal, terminalStateMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.pipelines.graph.RunTerminationReasoncause, message
- 
Constructor Details- 
FailureStoppingOperationpublic FailureStoppingOperation()
 
- 
- 
Method Details- 
operationName of the operation that failed to stop.
 
-