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

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

public class ShuffleReadMetricDistributions
extends Object


Method Summary
 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> totalBlocksFetched()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readBytes

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

readRecords

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

remoteBlocksFetched

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

localBlocksFetched

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

fetchWaitTime

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

remoteBytesRead

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

totalBlocksFetched

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