Class ShuffleReadMetricDistributions

Object
org.apache.spark.status.api.v1.ShuffleReadMetricDistributions

public class ShuffleReadMetricDistributions extends Object
  • Method Details

    • fetchWaitTime

      public scala.collection.IndexedSeq<Object> fetchWaitTime()
    • localBlocksFetched

      public scala.collection.IndexedSeq<Object> localBlocksFetched()
    • readBytes

      public scala.collection.IndexedSeq<Object> readBytes()
    • readRecords

      public scala.collection.IndexedSeq<Object> readRecords()
    • remoteBlocksFetched

      public scala.collection.IndexedSeq<Object> remoteBlocksFetched()
    • remoteBytesRead

      public scala.collection.IndexedSeq<Object> remoteBytesRead()
    • remoteBytesReadToDisk

      public scala.collection.IndexedSeq<Object> remoteBytesReadToDisk()
    • remoteReqsDuration

      public scala.collection.IndexedSeq<Object> remoteReqsDuration()
    • shufflePushReadMetricsDist

      public ShufflePushReadMetricDistributions shufflePushReadMetricsDist()
    • totalBlocksFetched

      public scala.collection.IndexedSeq<Object> totalBlocksFetched()