public class ShuffleReadMetricDistributions
extends Object
Modifier and Type | Method and Description |
---|---|
scala.collection.IndexedSeq<Object> |
fetchWaitTime() |
scala.collection.IndexedSeq<Object> |
localBlocksFetched() |
scala.collection.IndexedSeq<Object> |
readBytes() |
scala.collection.IndexedSeq<Object> |
readRecords() |
scala.collection.IndexedSeq<Object> |
remoteBlocksFetched() |
scala.collection.IndexedSeq<Object> |
remoteBytesRead() |
scala.collection.IndexedSeq<Object> |
remoteBytesReadToDisk() |
scala.collection.IndexedSeq<Object> |
remoteReqsDuration() |
ShufflePushReadMetricDistributions |
shufflePushReadMetricsDist() |
scala.collection.IndexedSeq<Object> |
totalBlocksFetched() |
public scala.collection.IndexedSeq<Object> fetchWaitTime()
public scala.collection.IndexedSeq<Object> localBlocksFetched()
public scala.collection.IndexedSeq<Object> readBytes()
public scala.collection.IndexedSeq<Object> readRecords()
public scala.collection.IndexedSeq<Object> remoteBlocksFetched()
public scala.collection.IndexedSeq<Object> remoteBytesRead()
public scala.collection.IndexedSeq<Object> remoteBytesReadToDisk()
public scala.collection.IndexedSeq<Object> remoteReqsDuration()
public ShufflePushReadMetricDistributions shufflePushReadMetricsDist()
public scala.collection.IndexedSeq<Object> totalBlocksFetched()