Constructor and Description |
---|
RDDInfo(int id,
String name,
int numPartitions,
StorageLevel storageLevel) |
Modifier and Type | Method and Description |
---|---|
int |
compare(RDDInfo that) |
long |
diskSize() |
static RDDInfo |
fromRdd(RDD<?> rdd) |
int |
id() |
boolean |
isCached() |
long |
memSize() |
String |
name() |
int |
numCachedPartitions() |
int |
numPartitions() |
StorageLevel |
storageLevel() |
long |
tachyonSize() |
String |
toString() |
public RDDInfo(int id, String name, int numPartitions, StorageLevel storageLevel)
public int id()
public String name()
public int numPartitions()
public StorageLevel storageLevel()
public int numCachedPartitions()
public long memSize()
public long diskSize()
public long tachyonSize()
public boolean isCached()
public String toString()
toString
in class Object