akka.cluster.protobuf.msg
Class GossipOverview$

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

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

See Also:
Serialized Form

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

Constructor Detail

GossipOverview$

public GossipOverview$()
Method Detail

defaultInstance

public GossipOverview defaultInstance()

SEEN_FIELD_NUMBER

public int SEEN_FIELD_NUMBER()

UNREACHABLE_FIELD_NUMBER

public int UNREACHABLE_FIELD_NUMBER()

newBuilder

public GossipOverview newBuilder()

newBuilder

public GossipOverview newBuilder(GossipOverview prototype)

getDefaultInstance

public GossipOverview getDefaultInstance()