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, waitpublic ShuffleBlockFetcherIterator.SuccessFetchResult(BlockId blockId, long size, org.apache.spark.network.buffer.ManagedBuffer buf)
public BlockId blockId()
blockId in interface ShuffleBlockFetcherIterator.FetchResultpublic long size()
public org.apache.spark.network.buffer.ManagedBuffer buf()