Package org.apache.spark.storage
Class BlockManagerMessages.UpdateBlockInfo$
Object
scala.runtime.AbstractFunction5<BlockManagerId,BlockId,StorageLevel,Object,Object,BlockManagerMessages.UpdateBlockInfo>
     
org.apache.spark.storage.BlockManagerMessages.UpdateBlockInfo$
- All Implemented Interfaces:
 Serializable,scala.Function5<BlockManagerId,BlockId, StorageLevel, Object, Object, BlockManagerMessages.UpdateBlockInfo> 
- Enclosing class:
 - BlockManagerMessages
 
public static class BlockManagerMessages.UpdateBlockInfo$
extends scala.runtime.AbstractFunction5<BlockManagerId,BlockId,StorageLevel,Object,Object,BlockManagerMessages.UpdateBlockInfo>
implements Serializable     
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockManagerMessages.UpdateBlockInfo$Static reference to the singleton instance of this Scala object. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class scala.runtime.AbstractFunction5
curried, toString, tupledMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function5
apply 
- 
Field Details
- 
MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 - 
Constructor Details
- 
UpdateBlockInfo$
public UpdateBlockInfo$() 
 -