akka.cluster.protobuf.msg
Class Gossip$

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

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

See Also:
Serialized Form

Field Summary
static Gossip$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Gossip$()
           
 
Method Summary
 int ALLADDRESSES_FIELD_NUMBER()
           
 int ALLHASHES_FIELD_NUMBER()
           
 int ALLROLES_FIELD_NUMBER()
           
 Gossip defaultInstance()
           
 Gossip getDefaultInstance()
           
 int MEMBERS_FIELD_NUMBER()
           
 Gossip newBuilder()
           
 Gossip newBuilder(Gossip prototype)
           
 int OVERVIEW_FIELD_NUMBER()
           
 int VERSION_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 Gossip$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Gossip$

public Gossip$()
Method Detail

defaultInstance

public Gossip defaultInstance()

ALLADDRESSES_FIELD_NUMBER

public int ALLADDRESSES_FIELD_NUMBER()

ALLROLES_FIELD_NUMBER

public int ALLROLES_FIELD_NUMBER()

ALLHASHES_FIELD_NUMBER

public int ALLHASHES_FIELD_NUMBER()

MEMBERS_FIELD_NUMBER

public int MEMBERS_FIELD_NUMBER()

OVERVIEW_FIELD_NUMBER

public int OVERVIEW_FIELD_NUMBER()

VERSION_FIELD_NUMBER

public int VERSION_FIELD_NUMBER()

newBuilder

public Gossip newBuilder()

newBuilder

public Gossip newBuilder(Gossip prototype)

getDefaultInstance

public Gossip getDefaultInstance()