public class AllocatedBlocks
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
AllocatedBlocks(scala.collection.immutable.Map<Object,scala.collection.Seq<ReceivedBlockInfo>> streamIdToAllocatedBlocks) |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<ReceivedBlockInfo> |
getBlocksOfStream(int streamId) |
scala.collection.immutable.Map<Object,scala.collection.Seq<ReceivedBlockInfo>> |
streamIdToAllocatedBlocks() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AllocatedBlocks(scala.collection.immutable.Map<Object,scala.collection.Seq<ReceivedBlockInfo>> streamIdToAllocatedBlocks)
public scala.collection.immutable.Map<Object,scala.collection.Seq<ReceivedBlockInfo>> streamIdToAllocatedBlocks()
public scala.collection.Seq<ReceivedBlockInfo> getBlocksOfStream(int streamId)