public static class UIData.ShuffleReadMetricsUIData
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
UIData.ShuffleReadMetricsUIData(long remoteBlocksFetched,
long localBlocksFetched,
long remoteBytesRead,
long localBytesRead,
long fetchWaitTime,
long recordsRead,
long totalBytesRead,
long totalBlocksFetched) |
Modifier and Type | Method and Description |
---|---|
long |
fetchWaitTime() |
long |
localBlocksFetched() |
long |
localBytesRead() |
long |
recordsRead() |
long |
remoteBlocksFetched() |
long |
remoteBytesRead() |
long |
totalBlocksFetched() |
long |
totalBytesRead() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UIData.ShuffleReadMetricsUIData(long remoteBlocksFetched, long localBlocksFetched, long remoteBytesRead, long localBytesRead, long fetchWaitTime, long recordsRead, long totalBytesRead, long totalBlocksFetched)
public long remoteBlocksFetched()
public long localBlocksFetched()
public long remoteBytesRead()
public long localBytesRead()
public long fetchWaitTime()
public long recordsRead()
public long totalBytesRead()
public long totalBlocksFetched()