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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleanisFatal()Whether or not this failure is considered fatal / irrecoverable.Terminal state for the given run.Methods 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- 
RunFailurepublic RunFailure()
 
- 
- 
Method Details- 
isFatalpublic abstract boolean isFatal()Whether or not this failure is considered fatal / irrecoverable.
- 
terminalStateDescription copied from interface:RunTerminationReasonTerminal state for the given run.- Specified by:
- terminalStatein interface- RunTerminationReason
 
 
-