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 |
---|---|
long |
diskSize() |
static BlockStatus |
empty() |
boolean |
isCached() |
long |
memSize() |
StorageLevel |
storageLevel() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlockStatus(StorageLevel storageLevel, long memSize, long diskSize)
public static BlockStatus empty()
public StorageLevel storageLevel()
public long memSize()
public long diskSize()
public boolean isCached()