akka.cluster.protobuf.msg
Class MetricsGossipEnvelope

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

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


Constructor Summary
MetricsGossipEnvelope(Address from, MetricsGossip gossip, boolean reply)
           
 
Method Summary
 MetricsGossipEnvelope build()
           
 MetricsGossipEnvelope buildPartial()
           
 MetricsGossipEnvelope clear()
           
static MetricsGossipEnvelope defaultInstance()
           
static int FROM_FIELD_NUMBER()
           
 Address from()
           
static MetricsGossipEnvelope getDefaultInstance()
           
 MetricsGossipEnvelope getDefaultInstanceForType()
           
 int getSerializedSize()
           
static int GOSSIP_FIELD_NUMBER()
           
 MetricsGossip gossip()
           
 boolean isInitialized()
           
 MetricsGossipEnvelope mergeFrom(com.google.protobuf.CodedInputStream in, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MetricsGossipEnvelope mergeFrom(MetricsGossipEnvelope m)
           
static MetricsGossipEnvelope newBuilder()
           
static MetricsGossipEnvelope newBuilder(MetricsGossipEnvelope prototype)
           
 MetricsGossipEnvelope newBuilderForType()
           
static int REPLY_FIELD_NUMBER()
           
 boolean reply()
           
 MetricsGossipEnvelope 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

MetricsGossipEnvelope

public MetricsGossipEnvelope(Address from,
                             MetricsGossip gossip,
                             boolean reply)
Method Detail

defaultInstance

public static MetricsGossipEnvelope defaultInstance()

FROM_FIELD_NUMBER

public static int FROM_FIELD_NUMBER()

GOSSIP_FIELD_NUMBER

public static int GOSSIP_FIELD_NUMBER()

REPLY_FIELD_NUMBER

public static int REPLY_FIELD_NUMBER()

newBuilder

public static MetricsGossipEnvelope newBuilder()

newBuilder

public static MetricsGossipEnvelope newBuilder(MetricsGossipEnvelope prototype)

getDefaultInstance

public static MetricsGossipEnvelope getDefaultInstance()

from

public Address from()

gossip

public MetricsGossip gossip()

reply

public boolean reply()

writeTo

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

getSerializedSize

public int getSerializedSize()

mergeFrom

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

mergeFrom

public MetricsGossipEnvelope mergeFrom(MetricsGossipEnvelope m)

getDefaultInstanceForType

public MetricsGossipEnvelope getDefaultInstanceForType()

clear

public MetricsGossipEnvelope clear()

isInitialized

public boolean isInitialized()

build

public MetricsGossipEnvelope build()

buildPartial

public MetricsGossipEnvelope buildPartial()

newBuilderForType

public MetricsGossipEnvelope newBuilderForType()

toBuilder

public MetricsGossipEnvelope toBuilder()