Package org.apache.spark.storage
Class BlockManagerMessages.UpdateBlockInfo
Object
org.apache.spark.storage.BlockManagerMessages.UpdateBlockInfo
- All Implemented Interfaces:
- Externalizable,- Serializable,- BlockManagerMessages.ToBlockManagerMaster,- scala.Equals,- scala.Product
- Enclosing class:
- BlockManagerMessages
public static class BlockManagerMessages.UpdateBlockInfo
extends Object
implements BlockManagerMessages.ToBlockManagerMaster, Externalizable, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUpdateBlockInfo(BlockManagerId blockManagerId, BlockId blockId, StorageLevel storageLevel, long memSize, long diskSize) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
UpdateBlockInfopublic UpdateBlockInfo(BlockManagerId blockManagerId, BlockId blockId, StorageLevel storageLevel, long memSize, long diskSize) 
- 
UpdateBlockInfopublic UpdateBlockInfo()
 
- 
- 
Method Details- 
blockManagerId
- 
blockId
- 
storageLevel
- 
memSizepublic long memSize()
- 
diskSizepublic long diskSize()
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
 
 
-