Package org.apache.spark.storage
Class BlockManagerMessages.RegisterBlockManager$
Object
scala.runtime.AbstractFunction6<BlockManagerId,String[],Object,Object,org.apache.spark.rpc.RpcEndpointRef,Object,BlockManagerMessages.RegisterBlockManager>
      
org.apache.spark.storage.BlockManagerMessages.RegisterBlockManager$
- All Implemented Interfaces:
- Serializable,- scala.Function6<BlockManagerId,- String[], - Object, - Object, - org.apache.spark.rpc.RpcEndpointRef, - Object, - BlockManagerMessages.RegisterBlockManager> 
- Enclosing class:
- BlockManagerMessages
public static class BlockManagerMessages.RegisterBlockManager$
extends scala.runtime.AbstractFunction6<BlockManagerId,String[],Object,Object,org.apache.spark.rpc.RpcEndpointRef,Object,BlockManagerMessages.RegisterBlockManager>
implements Serializable      
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final BlockManagerMessages.RegisterBlockManager$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class scala.runtime.AbstractFunction6curried, toString, tupledMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function6apply
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RegisterBlockManager$public RegisterBlockManager$()
 
-