Package org.apache.spark.status
Class LiveRDDPartition
Object
org.apache.spark.status.LiveRDDPartition
Data about a single partition of a cached RDD. The RDD storage level is used to compute the
 effective storage level of the partition, which takes into account the storage actually being
 used by the partition in the executors, and thus may differ from the storage level requested
 by the application.
- 
Constructor Details- 
LiveRDDPartition
 
- 
- 
Method Details- 
blockName
- 
diskUsedpublic long diskUsed()
- 
executors
- 
memoryUsedpublic long memoryUsed()
- 
next
- 
prev
- 
update
- 
value
 
-