public static class BlockManagerMessages.BlockLocationsAndStatus
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
BlockLocationsAndStatus(scala.collection.Seq<BlockManagerId> locations,
BlockStatus status) |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<BlockManagerId> |
locations() |
BlockStatus |
status() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlockLocationsAndStatus(scala.collection.Seq<BlockManagerId> locations, BlockStatus status)
public scala.collection.Seq<BlockManagerId> locations()
public BlockStatus status()