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.TaskMetrics taskMetrics) |
| Modifier and Type | Method and Description |
|---|---|
TaskEndReason |
reason() |
int |
stageAttemptId() |
int |
stageId() |
TaskInfo |
taskInfo() |
org.apache.spark.executor.TaskMetrics |
taskMetrics() |
String |
taskType() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SparkListenerTaskEnd(int stageId,
int stageAttemptId,
String taskType,
TaskEndReason reason,
TaskInfo taskInfo,
org.apache.spark.executor.TaskMetrics taskMetrics)
public int stageId()
public int stageAttemptId()
public String taskType()
public TaskEndReason reason()
public TaskInfo taskInfo()
public org.apache.spark.executor.TaskMetrics taskMetrics()