public class LiveExecutorStageSummary
extends Object
Constructor and Description |
---|
LiveExecutorStageSummary(int stageId,
int attemptId,
String executorId) |
Modifier and Type | Method and Description |
---|---|
int |
failedTasks() |
boolean |
isExcluded() |
int |
killedTasks() |
long |
lastWriteTime() |
TaskMetrics |
metrics() |
org.apache.spark.executor.ExecutorMetrics |
peakExecutorMetrics() |
int |
succeededTasks() |
long |
taskTime() |
void |
write(org.apache.spark.status.ElementTrackingStore store,
long now,
boolean checkTriggers) |
public LiveExecutorStageSummary(int stageId, int attemptId, String executorId)
public int failedTasks()
public boolean isExcluded()
public int killedTasks()
public TaskMetrics metrics()
public org.apache.spark.executor.ExecutorMetrics peakExecutorMetrics()
public int succeededTasks()
public long taskTime()
public long lastWriteTime()
public void write(org.apache.spark.status.ElementTrackingStore store, long now, boolean checkTriggers)