public static class BlockManagerMessages.BlockLocationsAndStatus
extends Object
implements scala.Product, scala.Serializable
GetLocationsAndStatus
request.
param: localDirs if it is persisted-to-disk on the same host as the requester executor is running on then localDirs will be Some and the cached data will be in a file in one of those dirs, otherwise it is None.
Constructor and Description |
---|
BlockLocationsAndStatus(scala.collection.Seq<BlockManagerId> locations,
BlockStatus status,
scala.Option<String[]> localDirs) |
Modifier and Type | Method and Description |
---|---|
scala.Option<String[]> |
localDirs() |
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, scala.Option<String[]> localDirs)
public scala.collection.Seq<BlockManagerId> locations()
public BlockStatus status()
public scala.Option<String[]> localDirs()