public class TaskMetricDistributions
extends Object
Modifier and Type | Method and Description |
---|---|
scala.collection.IndexedSeq<Object> |
diskBytesSpilled() |
scala.collection.IndexedSeq<Object> |
duration() |
scala.collection.IndexedSeq<Object> |
executorCpuTime() |
scala.collection.IndexedSeq<Object> |
executorDeserializeCpuTime() |
scala.collection.IndexedSeq<Object> |
executorDeserializeTime() |
scala.collection.IndexedSeq<Object> |
executorRunTime() |
scala.collection.IndexedSeq<Object> |
gettingResultTime() |
InputMetricDistributions |
inputMetrics() |
scala.collection.IndexedSeq<Object> |
jvmGcTime() |
scala.collection.IndexedSeq<Object> |
memoryBytesSpilled() |
OutputMetricDistributions |
outputMetrics() |
scala.collection.IndexedSeq<Object> |
peakExecutionMemory() |
scala.collection.IndexedSeq<Object> |
quantiles() |
scala.collection.IndexedSeq<Object> |
resultSerializationTime() |
scala.collection.IndexedSeq<Object> |
resultSize() |
scala.collection.IndexedSeq<Object> |
schedulerDelay() |
ShuffleReadMetricDistributions |
shuffleReadMetrics() |
ShuffleWriteMetricDistributions |
shuffleWriteMetrics() |
public scala.collection.IndexedSeq<Object> diskBytesSpilled()
public scala.collection.IndexedSeq<Object> duration()
public scala.collection.IndexedSeq<Object> executorCpuTime()
public scala.collection.IndexedSeq<Object> executorDeserializeCpuTime()
public scala.collection.IndexedSeq<Object> executorDeserializeTime()
public scala.collection.IndexedSeq<Object> executorRunTime()
public scala.collection.IndexedSeq<Object> gettingResultTime()
public InputMetricDistributions inputMetrics()
public scala.collection.IndexedSeq<Object> jvmGcTime()
public scala.collection.IndexedSeq<Object> memoryBytesSpilled()
public OutputMetricDistributions outputMetrics()
public scala.collection.IndexedSeq<Object> peakExecutionMemory()
public scala.collection.IndexedSeq<Object> quantiles()
public scala.collection.IndexedSeq<Object> resultSerializationTime()
public scala.collection.IndexedSeq<Object> resultSize()
public scala.collection.IndexedSeq<Object> schedulerDelay()
public ShuffleReadMetricDistributions shuffleReadMetrics()
public ShuffleWriteMetricDistributions shuffleWriteMetrics()