akka.cluster.protobuf.msg
Class GossipStatus$

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

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

See Also:
Serialized Form

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

Constructor Detail

GossipStatus$

public GossipStatus$()
Method Detail

defaultInstance

public GossipStatus defaultInstance()

FROM_FIELD_NUMBER

public int FROM_FIELD_NUMBER()

ALLHASHES_FIELD_NUMBER

public int ALLHASHES_FIELD_NUMBER()

VERSION_FIELD_NUMBER

public int VERSION_FIELD_NUMBER()

newBuilder

public GossipStatus newBuilder()

newBuilder

public GossipStatus newBuilder(GossipStatus prototype)

getDefaultInstance

public GossipStatus getDefaultInstance()