akka.cluster
Class InternalClusterAction.InitJoin$

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

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

See Also:
JoinSeedNode, Serialized Form

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

Constructor Detail

InternalClusterAction.InitJoin$

public InternalClusterAction.InitJoin$()