public class ExecutorLostFailure extends Object implements TaskFailedReason, scala.Product, scala.Serializable
Constructor and Description |
---|
ExecutorLostFailure(String execId,
boolean exitCausedByApp,
scala.Option<String> reason) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(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(Object that) |
String |
execId() |
boolean |
exitCausedByApp() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
scala.Option<String> |
reason() |
String |
toErrorString()
Error message displayed in the web UI.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutorLostFailure(String execId, boolean exitCausedByApp, scala.Option<String> reason)
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public String execId()
public boolean exitCausedByApp()
public scala.Option<String> reason()
public String toErrorString()
TaskFailedReason
toErrorString
in interface TaskFailedReason
public boolean countTowardsTaskFailures()
TaskFailedReason
countTowardsTaskFailures
in interface TaskFailedReason