akka.cluster
Class InternalClusterAction.Join

java.lang.Object
  extended by akka.cluster.InternalClusterAction.Join
All Implemented Interfaces:
ClusterMessage, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
InternalClusterAction

public static class InternalClusterAction.Join
extends java.lang.Object
implements ClusterMessage, scala.Product, scala.Serializable

Command to join the cluster. Sent when a node wants to join another node (the receiver). param: node the node that wants to join the cluster

See Also:
Serialized Form

Constructor Summary
InternalClusterAction.Join(UniqueAddress node, scala.collection.immutable.Set<java.lang.String> roles)
           
 
Method Summary
 UniqueAddress node()
           
 scala.collection.immutable.Set<java.lang.String> roles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

InternalClusterAction.Join

public InternalClusterAction.Join(UniqueAddress node,
                                  scala.collection.immutable.Set<java.lang.String> roles)
Method Detail

node

public UniqueAddress node()

roles

public scala.collection.immutable.Set<java.lang.String> roles()