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 Summary
Modifier and TypeFieldDescriptionstatic final BlockManagerMessages.RegisterBlockManager$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Methods inherited from class scala.runtime.AbstractFunction6
curried, toString, tupled
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function6
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RegisterBlockManager$
public RegisterBlockManager$()
-