public class SparkListenerStageExecutorMetrics extends Object implements SparkListenerEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
SparkListenerStageExecutorMetrics(String execId,
int stageId,
int stageAttemptId,
org.apache.spark.executor.ExecutorMetrics executorMetrics) |
| Modifier and Type | Method and Description |
|---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3,
T4 v4) |
String |
execId() |
org.apache.spark.executor.ExecutorMetrics |
executorMetrics() |
int |
stageAttemptId() |
int |
stageId() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogEventpublic SparkListenerStageExecutorMetrics(String execId,
int stageId,
int stageAttemptId,
org.apache.spark.executor.ExecutorMetrics executorMetrics)
public abstract static R apply(T1 v1,
T2 v2,
T3 v3,
T4 v4)
public static String toString()
public String execId()
public int stageId()
public int stageAttemptId()
public org.apache.spark.executor.ExecutorMetrics executorMetrics()