akka.cluster.protobuf.msg
Class VectorClock.Version

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

public static final class VectorClock.Version
extends com.google.protobuf.GeneratedMessageLite
implements scala.Product, scala.Serializable


Constructor Summary
VectorClock.Version(int hashIndex, long timestamp)
           
 
Method Summary
 VectorClock.Version build()
           
 VectorClock.Version buildPartial()
           
 VectorClock.Version clear()
           
 VectorClock.Version getDefaultInstanceForType()
           
 int getSerializedSize()
           
 int hashIndex()
           
 boolean isInitialized()
           
 VectorClock.Version mergeFrom(com.google.protobuf.CodedInputStream in, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 VectorClock.Version mergeFrom(VectorClock.Version m)
           
 VectorClock.Version newBuilderForType()
           
 long timestamp()
           
 VectorClock.Version 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

VectorClock.Version

public VectorClock.Version(int hashIndex,
                           long timestamp)
Method Detail

hashIndex

public int hashIndex()

timestamp

public long timestamp()

writeTo

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

getSerializedSize

public int getSerializedSize()

mergeFrom

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

mergeFrom

public VectorClock.Version mergeFrom(VectorClock.Version m)

getDefaultInstanceForType

public VectorClock.Version getDefaultInstanceForType()

clear

public VectorClock.Version clear()

isInitialized

public boolean isInitialized()

build

public VectorClock.Version build()

buildPartial

public VectorClock.Version buildPartial()

newBuilderForType

public VectorClock.Version newBuilderForType()

toBuilder

public VectorClock.Version toBuilder()