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
-
diskUsed
public long diskUsed() -
executors
-
memoryUsed
public long memoryUsed() -
next
-
prev
-
update
-
value
-