akka.cluster.protobuf.msg
Class GossipStatus

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

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


Constructor Summary
GossipStatus(UniqueAddress from, scala.collection.immutable.Seq<java.lang.String> allHashes, VectorClock version)
           
 
Method Summary
 GossipStatus addAllAllHashes(scala.collection.Seq<java.lang.String> _f)
           
 GossipStatus addAllAllHashes(scala.collection.TraversableOnce<java.lang.String> _f)
           
 GossipStatus addAllHashes(java.lang.String _f)
           
static int ALLHASHES_FIELD_NUMBER()
           
 scala.collection.immutable.Seq<java.lang.String> allHashes()
           
 GossipStatus build()
           
 GossipStatus buildPartial()
           
 GossipStatus clear()
           
 GossipStatus clearAllHashes()
           
static GossipStatus defaultInstance()
           
static int FROM_FIELD_NUMBER()
           
 UniqueAddress from()
           
static GossipStatus getDefaultInstance()
           
 GossipStatus getDefaultInstanceForType()
           
 int getSerializedSize()
           
 boolean isInitialized()
           
 GossipStatus mergeFrom(com.google.protobuf.CodedInputStream in, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GossipStatus mergeFrom(GossipStatus m)
           
static GossipStatus newBuilder()
           
static GossipStatus newBuilder(GossipStatus prototype)
           
 GossipStatus newBuilderForType()
           
 GossipStatus setAllHashes(int _i, java.lang.String _v)
           
 GossipStatus toBuilder()
           
static int VERSION_FIELD_NUMBER()
           
 VectorClock version()
           
 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

GossipStatus

public GossipStatus(UniqueAddress from,
                    scala.collection.immutable.Seq<java.lang.String> allHashes,
                    VectorClock version)
Method Detail

defaultInstance

public static GossipStatus defaultInstance()

FROM_FIELD_NUMBER

public static int FROM_FIELD_NUMBER()

ALLHASHES_FIELD_NUMBER

public static int ALLHASHES_FIELD_NUMBER()

VERSION_FIELD_NUMBER

public static int VERSION_FIELD_NUMBER()

newBuilder

public static GossipStatus newBuilder()

newBuilder

public static GossipStatus newBuilder(GossipStatus prototype)

getDefaultInstance

public static GossipStatus getDefaultInstance()

from

public UniqueAddress from()

allHashes

public scala.collection.immutable.Seq<java.lang.String> allHashes()

version

public VectorClock version()

setAllHashes

public GossipStatus setAllHashes(int _i,
                                 java.lang.String _v)

addAllHashes

public GossipStatus addAllHashes(java.lang.String _f)

addAllAllHashes

public GossipStatus addAllAllHashes(scala.collection.Seq<java.lang.String> _f)

addAllAllHashes

public GossipStatus addAllAllHashes(scala.collection.TraversableOnce<java.lang.String> _f)

clearAllHashes

public GossipStatus clearAllHashes()

writeTo

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

getSerializedSize

public int getSerializedSize()

mergeFrom

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

mergeFrom

public GossipStatus mergeFrom(GossipStatus m)

getDefaultInstanceForType

public GossipStatus getDefaultInstanceForType()

clear

public GossipStatus clear()

isInitialized

public boolean isInitialized()

build

public GossipStatus build()

buildPartial

public GossipStatus buildPartial()

newBuilderForType

public GossipStatus newBuilderForType()

toBuilder

public GossipStatus toBuilder()