public static class BlockManagerMessages.ReplicateBlock extends Object implements BlockManagerMessages.ToBlockManagerMasterStorageEndpoint, scala.Product, scala.Serializable
| Constructor and Description | 
|---|
| ReplicateBlock(BlockId blockId,
              scala.collection.Seq<BlockManagerId> replicas,
              int maxReplicas) | 
| Modifier and Type | Method and Description | 
|---|---|
| BlockId | blockId() | 
| int | maxReplicas() | 
| scala.collection.Seq<BlockManagerId> | replicas() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ReplicateBlock(BlockId blockId, scala.collection.Seq<BlockManagerId> replicas, int maxReplicas)
public BlockId blockId()
public scala.collection.Seq<BlockManagerId> replicas()
public int maxReplicas()