Class TriggeredFailureInfo
Object
org.apache.spark.sql.pipelines.graph.TriggeredFailureInfo
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTriggeredFailureInfo
(long lastFailTimestamp, int numFailures, Throwable lastException, GraphExecution.FlowExecutionAction lastExceptionAction) -
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
-
TriggeredFailureInfo
public TriggeredFailureInfo(long lastFailTimestamp, int numFailures, Throwable lastException, GraphExecution.FlowExecutionAction lastExceptionAction)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
lastFailTimestamp
public long lastFailTimestamp() -
numFailures
public int numFailures() -
lastException
-
lastExceptionAction
-
nonRetryable
public boolean nonRetryable()
-