Package org.apache.spark.storage
Class RDDInfo
Object
org.apache.spark.storage.RDDInfo
- All Implemented Interfaces:
- Comparable<RDDInfo>,- scala.math.Ordered<RDDInfo>
- 
Constructor SummaryConstructorsConstructorDescriptionRDDInfo(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 SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.math.Ordered$greater, $greater$eq, $less, $less$eq, compareTo
- 
Constructor Details- 
RDDInfopublic 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
- 
idpublic int id()
- 
name
- 
numPartitionspublic int numPartitions()
- 
storageLevel
- 
isBarrierpublic boolean isBarrier()
- 
parentIds
- 
callSite
- 
scopepublic scala.Option<org.apache.spark.rdd.RDDOperationScope> scope()
- 
outputDeterministicLevelpublic scala.Enumeration.Value outputDeterministicLevel()
- 
numCachedPartitionspublic int numCachedPartitions()
- 
memSizepublic long memSize()
- 
diskSizepublic long diskSize()
- 
isCachedpublic boolean isCached()
- 
toString
- 
compare- Specified by:
- comparein interface- scala.math.Ordered<RDDInfo>
 
 
-