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