public class SparkListenerTaskEnd extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkListenerTaskEnd(int stageId,
int stageAttemptId,
String taskType,
TaskEndReason reason,
TaskInfo taskInfo,
org.apache.spark.executor.ExecutorMetrics taskExecutorMetrics,
org.apache.spark.executor.TaskMetrics taskMetrics) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7) |
TaskEndReason |
reason() |
int |
stageAttemptId() |
int |
stageId() |
org.apache.spark.executor.ExecutorMetrics |
taskExecutorMetrics() |
TaskInfo |
taskInfo() |
org.apache.spark.executor.TaskMetrics |
taskMetrics() |
String |
taskType() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent
public SparkListenerTaskEnd(int stageId, int stageAttemptId, String taskType, TaskEndReason reason, TaskInfo taskInfo, org.apache.spark.executor.ExecutorMetrics taskExecutorMetrics, org.apache.spark.executor.TaskMetrics taskMetrics)
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
public static String toString()
public int stageId()
public int stageAttemptId()
public String taskType()
public TaskEndReason reason()
public TaskInfo taskInfo()
public org.apache.spark.executor.ExecutorMetrics taskExecutorMetrics()
public org.apache.spark.executor.TaskMetrics taskMetrics()