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

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

public class ShuffleReadMetrics
extends Object


Method Summary
 long fetchWaitTime()
           
 int localBlocksFetched()
           
 long recordsRead()
           
 int remoteBlocksFetched()
           
 long remoteBytesRead()
           
 int totalBlocksFetched()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

remoteBlocksFetched

public int remoteBlocksFetched()

localBlocksFetched

public int localBlocksFetched()

fetchWaitTime

public long fetchWaitTime()

remoteBytesRead

public long remoteBytesRead()

totalBlocksFetched

public int totalBlocksFetched()

recordsRead

public long recordsRead()