public class BlockUpdatedInfo
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
BlockUpdatedInfo(BlockManagerId blockManagerId,
BlockId blockId,
StorageLevel storageLevel,
long memSize,
long diskSize) |
Modifier and Type | Method and Description |
---|---|
BlockId |
blockId() |
BlockManagerId |
blockManagerId() |
abstract static boolean |
canEqual(Object that) |
long |
diskSize() |
abstract static boolean |
equals(Object that) |
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 BlockUpdatedInfo(BlockManagerId blockManagerId, BlockId blockId, StorageLevel storageLevel, long memSize, long diskSize)
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 BlockManagerId blockManagerId()
public BlockId blockId()
public StorageLevel storageLevel()
public long memSize()
public long diskSize()