akka.cluster.protobuf.msg
Class GossipEnvelope

java.lang.Object
  extended by com.google.protobuf.GeneratedMessageLite
      extended by akka.cluster.protobuf.msg.GossipEnvelope
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public final class GossipEnvelope
extends com.google.protobuf.GeneratedMessageLite
implements scala.Product, scala.Serializable


Constructor Summary
GossipEnvelope(UniqueAddress from, UniqueAddress to, Gossip gossip)
           
 
Method Summary
 GossipEnvelope build()
           
 GossipEnvelope buildPartial()
           
 GossipEnvelope clear()
           
static GossipEnvelope defaultInstance()
           
static int FROM_FIELD_NUMBER()
           
 UniqueAddress from()
           
static GossipEnvelope getDefaultInstance()
           
 GossipEnvelope getDefaultInstanceForType()
           
 int getSerializedSize()
           
static int GOSSIP_FIELD_NUMBER()
           
 Gossip gossip()
           
 boolean isInitialized()
           
 GossipEnvelope mergeFrom(com.google.protobuf.CodedInputStream in, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GossipEnvelope mergeFrom(GossipEnvelope m)
           
static GossipEnvelope newBuilder()
           
static GossipEnvelope newBuilder(GossipEnvelope prototype)
           
 GossipEnvelope newBuilderForType()
           
static int TO_FIELD_NUMBER()
           
 UniqueAddress to()
           
 GossipEnvelope toBuilder()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

GossipEnvelope

public GossipEnvelope(UniqueAddress from,
                      UniqueAddress to,
                      Gossip gossip)
Method Detail

defaultInstance

public static GossipEnvelope defaultInstance()

FROM_FIELD_NUMBER

public static int FROM_FIELD_NUMBER()

TO_FIELD_NUMBER

public static int TO_FIELD_NUMBER()

GOSSIP_FIELD_NUMBER

public static int GOSSIP_FIELD_NUMBER()

newBuilder

public static GossipEnvelope newBuilder()

newBuilder

public static GossipEnvelope newBuilder(GossipEnvelope prototype)

getDefaultInstance

public static GossipEnvelope getDefaultInstance()

from

public UniqueAddress from()

to

public UniqueAddress to()

gossip

public Gossip gossip()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)

getSerializedSize

public int getSerializedSize()

mergeFrom

public GossipEnvelope mergeFrom(com.google.protobuf.CodedInputStream in,
                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)

mergeFrom

public GossipEnvelope mergeFrom(GossipEnvelope m)

getDefaultInstanceForType

public GossipEnvelope getDefaultInstanceForType()

clear

public GossipEnvelope clear()

isInitialized

public boolean isInitialized()

build

public GossipEnvelope build()

buildPartial

public GossipEnvelope buildPartial()

newBuilderForType

public GossipEnvelope newBuilderForType()

toBuilder

public GossipEnvelope toBuilder()