public class BlockStatus
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
BlockStatus(StorageLevel storageLevel,
long memSize,
long diskSize,
long tachyonSize) |
Modifier and Type | Method and Description |
---|---|
long |
diskSize() |
long |
memSize() |
StorageLevel |
storageLevel() |
long |
tachyonSize() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlockStatus(StorageLevel storageLevel, long memSize, long diskSize, long tachyonSize)
public StorageLevel storageLevel()
public long memSize()
public long diskSize()
public long tachyonSize()