Package org.apache.spark.storage
Class RDDInfo
Object
org.apache.spark.storage.RDDInfo
- All Implemented Interfaces:
Comparable<RDDInfo>
,scala.math.Ordered<RDDInfo>
-
Constructor Summary
ConstructorDescriptionRDDInfo
(int id, String name, int numPartitions, StorageLevel storageLevel, boolean isBarrier, scala.collection.immutable.Seq<Object> parentIds, String callSite, scala.Option<org.apache.spark.rdd.RDDOperationScope> scope, scala.Enumeration.Value outputDeterministicLevel) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.math.Ordered
$greater, $greater$eq, $less, $less$eq, compareTo
-
Constructor Details
-
RDDInfo
public RDDInfo(int id, String name, int numPartitions, StorageLevel storageLevel, boolean isBarrier, scala.collection.immutable.Seq<Object> parentIds, String callSite, scala.Option<org.apache.spark.rdd.RDDOperationScope> scope, scala.Enumeration.Value outputDeterministicLevel)
-
-
Method Details
-
fromRdd
-
id
public int id() -
name
-
numPartitions
public int numPartitions() -
storageLevel
-
isBarrier
public boolean isBarrier() -
parentIds
-
callSite
-
scope
public scala.Option<org.apache.spark.rdd.RDDOperationScope> scope() -
outputDeterministicLevel
public scala.Enumeration.Value outputDeterministicLevel() -
numCachedPartitions
public int numCachedPartitions() -
memSize
public long memSize() -
diskSize
public long diskSize() -
isCached
public boolean isCached() -
toString
-
compare
- Specified by:
compare
in interfacescala.math.Ordered<RDDInfo>
-