public class TaskKilled extends Object implements TaskFailedReason, scala.Product, scala.Serializable
| Constructor and Description | 
|---|
| TaskKilled(String reason,
          scala.collection.Seq<AccumulableInfo> accumUpdates,
          scala.collection.Seq<AccumulatorV2<?,?>> accums,
          scala.collection.Seq<Object> metricPeaks) | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.collection.Seq<AccumulableInfo> | accumUpdates() | 
| abstract static R | apply(T1 v1,
     T2 v2,
     T3 v3,
     T4 v4) | 
| 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. | 
| scala.collection.Seq<Object> | metricPeaks() | 
| String | reason() | 
| String | toErrorString()Error message displayed in the web UI. | 
| static String | toString() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TaskKilled(String reason,
                  scala.collection.Seq<AccumulableInfo> accumUpdates,
                  scala.collection.Seq<AccumulatorV2<?,?>> accums,
                  scala.collection.Seq<Object> metricPeaks)
public abstract static R apply(T1 v1,
                               T2 v2,
                               T3 v3,
                               T4 v4)
public static String toString()
public String reason()
public scala.collection.Seq<AccumulableInfo> accumUpdates()
public scala.collection.Seq<Object> metricPeaks()
public String toErrorString()
TaskFailedReasontoErrorString in interface TaskFailedReasonpublic boolean countTowardsTaskFailures()
TaskFailedReasoncountTowardsTaskFailures in interface TaskFailedReason