public class BlockStatus
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
BlockStatus(StorageLevel storageLevel,
long memSize,
long diskSize) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(Object that) |
long |
diskSize() |
static BlockStatus |
empty() |
abstract static boolean |
equals(Object that) |
boolean |
isCached() |
long |
memSize() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
StorageLevel |
storageLevel() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlockStatus(StorageLevel storageLevel, long memSize, long diskSize)
public static BlockStatus empty()
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public StorageLevel storageLevel()
public long memSize()
public long diskSize()
public boolean isCached()