akka.cluster.protobuf.msg
Class ClusterMessages.VectorClock.Version

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

public static final class ClusterMessages.VectorClock.Version
extends com.google.protobuf.GeneratedMessage
implements ClusterMessages.VectorClock.VersionOrBuilder

Protobuf type VectorClock.Version


Nested Class Summary
static class ClusterMessages.VectorClock.Version.Builder
          Protobuf type VectorClock.Version
 
Field Summary
static int HASHINDEX_FIELD_NUMBER
           
static  PARSER
           
static int TIMESTAMP_FIELD_NUMBER
           
 
Method Summary
static ClusterMessages.VectorClock.Version getDefaultInstance()
           
 ClusterMessages.VectorClock.Version getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getHashIndex()
          required int32 hashIndex = 1;
  getParserForType()
           
 int getSerializedSize()
           
 long getTimestamp()
          required int64 timestamp = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasHashIndex()
          required int32 hashIndex = 1;
 boolean hasTimestamp()
          required int64 timestamp = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterMessages.VectorClock.Version.Builder newBuilder()
           
static ClusterMessages.VectorClock.Version.Builder newBuilder(ClusterMessages.VectorClock.Version prototype)
           
 ClusterMessages.VectorClock.Version.Builder newBuilderForType()
           
protected  ClusterMessages.VectorClock.Version.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterMessages.VectorClock.Version parseDelimitedFrom(java.io.InputStream input)
           
static ClusterMessages.VectorClock.Version parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.VectorClock.Version parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.VectorClock.Version parseFrom(com.google.protobuf.ByteString data)
           
static ClusterMessages.VectorClock.Version parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.VectorClock.Version parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterMessages.VectorClock.Version parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.VectorClock.Version parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterMessages.VectorClock.Version.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

HASHINDEX_FIELD_NUMBER

public static final int HASHINDEX_FIELD_NUMBER
See Also:
Constant Field Values

TIMESTAMP_FIELD_NUMBER

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

getDefaultInstance

public static ClusterMessages.VectorClock.Version getDefaultInstance()

getDefaultInstanceForType

public ClusterMessages.VectorClock.Version 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()

hasHashIndex

public boolean hasHashIndex()
required int32 hashIndex = 1;

Specified by:
hasHashIndex in interface ClusterMessages.VectorClock.VersionOrBuilder

getHashIndex

public int getHashIndex()
required int32 hashIndex = 1;

Specified by:
getHashIndex in interface ClusterMessages.VectorClock.VersionOrBuilder

hasTimestamp

public boolean hasTimestamp()
required int64 timestamp = 2;

Specified by:
hasTimestamp in interface ClusterMessages.VectorClock.VersionOrBuilder

getTimestamp

public long getTimestamp()
required int64 timestamp = 2;

Specified by:
getTimestamp in interface ClusterMessages.VectorClock.VersionOrBuilder

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.VectorClock.Version parseFrom(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.VectorClock.Version 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.VectorClock.Version parseFrom(byte[] data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ClusterMessages.VectorClock.Version.Builder newBuilder()

newBuilderForType

public ClusterMessages.VectorClock.Version.Builder newBuilderForType()

newBuilder

public static ClusterMessages.VectorClock.Version.Builder newBuilder(ClusterMessages.VectorClock.Version prototype)

toBuilder

public ClusterMessages.VectorClock.Version.Builder toBuilder()

newBuilderForType

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