public static class ShuffleBlockFetcherIterator.SuccessFetchResult extends Object implements ShuffleBlockFetcherIterator.FetchResult, scala.Product, scala.Serializable
Constructor and Description |
---|
ShuffleBlockFetcherIterator.SuccessFetchResult(BlockId blockId,
long size,
org.apache.spark.network.buffer.ManagedBuffer buf) |
Modifier and Type | Method and Description |
---|---|
BlockId |
blockId() |
org.apache.spark.network.buffer.ManagedBuffer |
buf() |
long |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShuffleBlockFetcherIterator.SuccessFetchResult(BlockId blockId, long size, org.apache.spark.network.buffer.ManagedBuffer buf)
public BlockId blockId()
blockId
in interface ShuffleBlockFetcherIterator.FetchResult
public long size()
public org.apache.spark.network.buffer.ManagedBuffer buf()