|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.cluster.InternalClusterAction.Join
public static class InternalClusterAction.Join
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
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 |
---|
public InternalClusterAction.Join(UniqueAddress node, scala.collection.immutable.Set<java.lang.String> roles)
Method Detail |
---|
public UniqueAddress node()
public scala.collection.immutable.Set<java.lang.String> roles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |