Package org.apache.spark.storage

Class Summary
BlockId :: DeveloperApi :: Identifies a particular Block of data, usually associated with a single file.
BlockManagerId :: DeveloperApi :: This class represent an unique identifier for a BlockManager.
BlockStatus  
BroadcastBlockId  
MemoryEntry  
RDDBlockId  
RDDInfo  
ShuffleBlockId  
ShuffleDataBlockId  
ShuffleIndexBlockId  
StorageLevel :: DeveloperApi :: Flags for controlling the storage of an RDD.
StorageStatus :: DeveloperApi :: Storage information for each BlockManager.
StorageStatusListener :: DeveloperApi :: A SparkListener that maintains executor storage status.
StreamBlockId  
TaskResultBlockId  
TimeTrackingOutputStream Intercepts write calls and tracks total time spent writing in order to update shuffle write metrics.
 

Exception Summary
BlockNotFoundException