public class ExecutorSummary
extends Object
Constructor and Description |
---|
ExecutorSummary() |
Modifier and Type | Method and Description |
---|---|
long |
diskBytesSpilled() |
int |
failedTasks() |
long |
memoryBytesSpilled() |
long |
shuffleRead() |
long |
shuffleWrite() |
int |
succeededTasks() |
long |
taskTime() |
public long taskTime()
public int failedTasks()
public int succeededTasks()
public long shuffleRead()
public long shuffleWrite()
public long memoryBytesSpilled()
public long diskBytesSpilled()