akka.cluster.protobuf.msg
Class ClusterMessages.GossipStatus

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.cluster.protobuf.msg.ClusterMessages.GossipStatus
All Implemented Interfaces:
ClusterMessages.GossipStatusOrBuilder
Enclosing class:
ClusterMessages

public static final class ClusterMessages.GossipStatus
extends com.google.protobuf.GeneratedMessage
implements ClusterMessages.GossipStatusOrBuilder

Protobuf type GossipStatus


 Gossip Status
 


Nested Class Summary
static class ClusterMessages.GossipStatus.Builder
          Protobuf type GossipStatus
 
Field Summary
static int ALLHASHES_FIELD_NUMBER
           
static int FROM_FIELD_NUMBER
           
static  PARSER
           
static int VERSION_FIELD_NUMBER
           
 
Method Summary
 java.lang.String getAllHashes(int index)
          repeated string allHashes = 2;
 com.google.protobuf.ByteString getAllHashesBytes(int index)
          repeated string allHashes = 2;
 int getAllHashesCount()
          repeated string allHashes = 2;
 java.util.List<java.lang.String> getAllHashesList()
          repeated string allHashes = 2;
static ClusterMessages.GossipStatus getDefaultInstance()
           
 ClusterMessages.GossipStatus getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 ClusterMessages.UniqueAddress getFrom()
          required .UniqueAddress from = 1;
 ClusterMessages.UniqueAddressOrBuilder getFromOrBuilder()
          required .UniqueAddress from = 1;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 ClusterMessages.VectorClock getVersion()
          required .VectorClock version = 3;
 ClusterMessages.VectorClockOrBuilder getVersionOrBuilder()
          required .VectorClock version = 3;
 boolean hasFrom()
          required .UniqueAddress from = 1;
 boolean hasVersion()
          required .VectorClock version = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterMessages.GossipStatus.Builder newBuilder()
           
static ClusterMessages.GossipStatus.Builder newBuilder(ClusterMessages.GossipStatus prototype)
           
 ClusterMessages.GossipStatus.Builder newBuilderForType()
           
protected  ClusterMessages.GossipStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterMessages.GossipStatus parseDelimitedFrom(java.io.InputStream input)
           
static ClusterMessages.GossipStatus parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.GossipStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.ByteString data)
           
static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.GossipStatus parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterMessages.GossipStatus.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 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
 

Field Detail

PARSER

public static  PARSER

FROM_FIELD_NUMBER

public static final int FROM_FIELD_NUMBER
See Also:
Constant Field Values

ALLHASHES_FIELD_NUMBER

public static final int ALLHASHES_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClusterMessages.GossipStatus getDefaultInstance()

getDefaultInstanceForType

public ClusterMessages.GossipStatus getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getParserForType

public  getParserForType()

hasFrom

public boolean hasFrom()
required .UniqueAddress from = 1;

Specified by:
hasFrom in interface ClusterMessages.GossipStatusOrBuilder

getFrom

public ClusterMessages.UniqueAddress getFrom()
required .UniqueAddress from = 1;

Specified by:
getFrom in interface ClusterMessages.GossipStatusOrBuilder

getFromOrBuilder

public ClusterMessages.UniqueAddressOrBuilder getFromOrBuilder()
required .UniqueAddress from = 1;

Specified by:
getFromOrBuilder in interface ClusterMessages.GossipStatusOrBuilder

getAllHashesList

public java.util.List<java.lang.String> getAllHashesList()
repeated string allHashes = 2;

Specified by:
getAllHashesList in interface ClusterMessages.GossipStatusOrBuilder

getAllHashesCount

public int getAllHashesCount()
repeated string allHashes = 2;

Specified by:
getAllHashesCount in interface ClusterMessages.GossipStatusOrBuilder

getAllHashes

public java.lang.String getAllHashes(int index)
repeated string allHashes = 2;

Specified by:
getAllHashes in interface ClusterMessages.GossipStatusOrBuilder

getAllHashesBytes

public com.google.protobuf.ByteString getAllHashesBytes(int index)
repeated string allHashes = 2;

Specified by:
getAllHashesBytes in interface ClusterMessages.GossipStatusOrBuilder

hasVersion

public boolean hasVersion()
required .VectorClock version = 3;

Specified by:
hasVersion in interface ClusterMessages.GossipStatusOrBuilder

getVersion

public ClusterMessages.VectorClock getVersion()
required .VectorClock version = 3;

Specified by:
getVersion in interface ClusterMessages.GossipStatusOrBuilder

getVersionOrBuilder

public ClusterMessages.VectorClockOrBuilder getVersionOrBuilder()
required .VectorClock version = 3;

Specified by:
getVersionOrBuilder in interface ClusterMessages.GossipStatusOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.GossipStatus parseFrom(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.GossipStatus parseFrom(java.io.InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ClusterMessages.GossipStatus parseDelimitedFrom(java.io.InputStream input)
                                                       throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ClusterMessages.GossipStatus parseDelimitedFrom(java.io.InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.CodedInputStream input)
                                              throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ClusterMessages.GossipStatus parseFrom(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ClusterMessages.GossipStatus.Builder newBuilder()

newBuilderForType

public ClusterMessages.GossipStatus.Builder newBuilderForType()

newBuilder

public static ClusterMessages.GossipStatus.Builder newBuilder(ClusterMessages.GossipStatus prototype)

toBuilder

public ClusterMessages.GossipStatus.Builder toBuilder()

newBuilderForType

protected ClusterMessages.GossipStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)