Package org.apache.spark.status
Class LiveExecutorStageSummary
Object
org.apache.spark.status.LiveExecutorStageSummary
-
Constructor Details
-
LiveExecutorStageSummary
-
-
Method Details
-
failedTasks
public int failedTasks() -
isExcluded
public boolean isExcluded() -
killedTasks
public int killedTasks() -
metrics
-
peakExecutorMetrics
public org.apache.spark.executor.ExecutorMetrics peakExecutorMetrics() -
succeededTasks
public int succeededTasks() -
taskTime
public long taskTime() -
lastWriteTime
public long lastWriteTime() -
write
public void write(org.apache.spark.status.ElementTrackingStore store, long now, boolean checkTriggers)
-