| Constructor and Description | 
|---|
RDDInfo(int id,
       String name,
       int numPartitions,
       StorageLevel storageLevel,
       boolean isBarrier,
       scala.collection.Seq<Object> parentIds,
       String callSite,
       scala.Option<org.apache.spark.rdd.RDDOperationScope> scope,
       scala.Enumeration.Value outputDeterministicLevel)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
callSite()  | 
int | 
compare(RDDInfo that)  | 
long | 
diskSize()  | 
static RDDInfo | 
fromRdd(RDD<?> rdd)  | 
int | 
id()  | 
boolean | 
isBarrier()  | 
boolean | 
isCached()  | 
long | 
memSize()  | 
String | 
name()  | 
int | 
numCachedPartitions()  | 
int | 
numPartitions()  | 
scala.Enumeration.Value | 
outputDeterministicLevel()  | 
scala.collection.Seq<Object> | 
parentIds()  | 
scala.Option<org.apache.spark.rdd.RDDOperationScope> | 
scope()  | 
StorageLevel | 
storageLevel()  | 
String | 
toString()  | 
public RDDInfo(int id,
               String name,
               int numPartitions,
               StorageLevel storageLevel,
               boolean isBarrier,
               scala.collection.Seq<Object> parentIds,
               String callSite,
               scala.Option<org.apache.spark.rdd.RDDOperationScope> scope,
               scala.Enumeration.Value outputDeterministicLevel)
public int id()
public String name()
public int numPartitions()
public StorageLevel storageLevel()
public boolean isBarrier()
public scala.collection.Seq<Object> parentIds()
public String callSite()
public scala.Option<org.apache.spark.rdd.RDDOperationScope> scope()
public scala.Enumeration.Value outputDeterministicLevel()
public int numCachedPartitions()
public long memSize()
public long diskSize()
public boolean isCached()
public String toString()
toString in class Object