public class ExecutorLostFailure extends java.lang.Object implements TaskFailedReason, scala.Product, scala.Serializable
Constructor and Description |
---|
ExecutorLostFailure(java.lang.String execId,
boolean exitCausedByApp,
scala.Option<java.lang.String> reason) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
boolean |
countTowardsTaskFailures()
Whether this task failure should be counted towards the maximum number of times the task is
allowed to fail before the stage is aborted.
|
abstract static boolean |
equals(java.lang.Object that) |
java.lang.String |
execId() |
boolean |
exitCausedByApp() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
scala.Option<java.lang.String> |
reason() |
java.lang.String |
toErrorString()
Error message displayed in the web UI.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutorLostFailure(java.lang.String execId, boolean exitCausedByApp, scala.Option<java.lang.String> reason)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public java.lang.String execId()
public boolean exitCausedByApp()
public scala.Option<java.lang.String> reason()
public java.lang.String toErrorString()
TaskFailedReason
toErrorString
in interface TaskFailedReason
public boolean countTowardsTaskFailures()
TaskFailedReason
countTowardsTaskFailures
in interface TaskFailedReason