Package org.apache.spark.storage
Class BlockManagerMessages.BlockLocationsAndStatus
Object
org.apache.spark.storage.BlockManagerMessages.BlockLocationsAndStatus
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing class:
- BlockManagerMessages
public static class BlockManagerMessages.BlockLocationsAndStatus
extends Object
implements scala.Product, scala.Serializable
The response message of
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.
- See Also:
-
Constructor Summary
ConstructorDescriptionBlockLocationsAndStatus
(scala.collection.Seq<BlockManagerId> locations, BlockStatus status, scala.Option<String[]> localDirs) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<String[]>
scala.collection.Seq<BlockManagerId>
status()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
BlockLocationsAndStatus
public BlockLocationsAndStatus(scala.collection.Seq<BlockManagerId> locations, BlockStatus status, scala.Option<String[]> localDirs)
-
-
Method Details
-
locations
-
status
-
localDirs
-