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