akka.cluster.protobuf.msg
Class Join$

java.lang.Object
  extended by akka.cluster.protobuf.msg.Join$
All Implemented Interfaces:
java.io.Serializable

public class Join$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Join$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Join$()
           
 
Method Summary
 Join defaultInstance()
           
 Join getDefaultInstance()
           
 Join newBuilder()
           
 Join newBuilder(Join prototype)
           
 int NODE_FIELD_NUMBER()
           
 int ROLES_FIELD_NUMBER()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Join$

public Join$()
Method Detail

defaultInstance

public Join defaultInstance()

NODE_FIELD_NUMBER

public int NODE_FIELD_NUMBER()

ROLES_FIELD_NUMBER

public int ROLES_FIELD_NUMBER()

newBuilder

public Join newBuilder()

newBuilder

public Join newBuilder(Join prototype)

getDefaultInstance

public Join getDefaultInstance()