public static class ShuffleBlockFetcherIterator.FetchRequest
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
ShuffleBlockFetcherIterator.FetchRequest(BlockManagerId address,
scala.collection.Seq<scala.Tuple2<BlockId,Object>> blocks) |
Modifier and Type | Method and Description |
---|---|
BlockManagerId |
address() |
scala.collection.Seq<scala.Tuple2<BlockId,Object>> |
blocks() |
long |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShuffleBlockFetcherIterator.FetchRequest(BlockManagerId address, scala.collection.Seq<scala.Tuple2<BlockId,Object>> blocks)
public BlockManagerId address()
public scala.collection.Seq<scala.Tuple2<BlockId,Object>> blocks()
public long size()