Class RunFailure
Object
org.apache.spark.sql.pipelines.graph.RunFailure
- All Implemented Interfaces:
 RunTerminationReason
- Direct Known Subclasses:
 FailureStoppingOperation,QueryExecutionFailure,UnexpectedRunFailure
Indicates that an run entered the failed state..
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract booleanisFatal()Whether or not this failure is considered fatal / irrecoverable.Terminal state for the given run.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.pipelines.graph.RunTerminationReason
cause, message 
- 
Constructor Details
- 
RunFailure
public RunFailure() 
 - 
 - 
Method Details
- 
isFatal
public abstract boolean isFatal()Whether or not this failure is considered fatal / irrecoverable. - 
terminalState
Description copied from interface:RunTerminationReasonTerminal state for the given run.- Specified by:
 terminalStatein interfaceRunTerminationReason
 
 -