akka.cluster
Class InternalClusterAction.JoinSeedNode$

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

public static class InternalClusterAction.JoinSeedNode$
extends java.lang.Object
implements scala.Product, scala.Serializable

Start message of the process to join one of the seed nodes. The node sends InitJoin to all seed nodes, which replies with InitJoinAck. The first reply is used others are discarded. The node sends Join command to the seed node that replied first. If a node is uninitialized it will reply to InitJoin with InitJoinNack.

See Also:
Serialized Form

Field Summary
static InternalClusterAction.JoinSeedNode$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
InternalClusterAction.JoinSeedNode$()
           
 
Method Summary
 
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
 

Field Detail

MODULE$

public static final InternalClusterAction.JoinSeedNode$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

InternalClusterAction.JoinSeedNode$

public InternalClusterAction.JoinSeedNode$()