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 R | apply(T1 v1,
     T2 v2,
     T3 v3) | 
| 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. | 
| String | execId() | 
| boolean | exitCausedByApp() | 
| scala.Option<String> | reason() | 
| String | toErrorString()Error message displayed in the web UI. | 
| static String | toString() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ExecutorLostFailure(String execId,
                           boolean exitCausedByApp,
                           scala.Option<String> reason)
public abstract static R apply(T1 v1,
                               T2 v2,
                               T3 v3)
public static String toString()
public String execId()
public boolean exitCausedByApp()
public scala.Option<String> reason()
public String toErrorString()
TaskFailedReasontoErrorString in interface TaskFailedReasonpublic boolean countTowardsTaskFailures()
TaskFailedReasoncountTowardsTaskFailures in interface TaskFailedReason