akka.cluster.protobuf.msg
Class GossipEnvelope$

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

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

See Also:
Serialized Form

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

Constructor Detail

GossipEnvelope$

public GossipEnvelope$()
Method Detail

defaultInstance

public GossipEnvelope defaultInstance()

FROM_FIELD_NUMBER

public int FROM_FIELD_NUMBER()

TO_FIELD_NUMBER

public int TO_FIELD_NUMBER()

GOSSIP_FIELD_NUMBER

public int GOSSIP_FIELD_NUMBER()

newBuilder

public GossipEnvelope newBuilder()

newBuilder

public GossipEnvelope newBuilder(GossipEnvelope prototype)

getDefaultInstance

public GossipEnvelope getDefaultInstance()