akka.cluster.protobuf.msg
Class VectorClock$

java.lang.Object
  extended by akka.cluster.protobuf.msg.VectorClock$
All Implemented Interfaces:
java.io.Serializable

public class VectorClock$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static VectorClock$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
VectorClock$()
           
 
Method Summary
 VectorClock defaultInstance()
           
 VectorClock getDefaultInstance()
           
 VectorClock newBuilder()
           
 VectorClock newBuilder(VectorClock prototype)
           
 int TIMESTAMP_FIELD_NUMBER()
           
 int VERSIONS_FIELD_NUMBER()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final VectorClock$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

VectorClock$

public VectorClock$()
Method Detail

defaultInstance

public VectorClock defaultInstance()

TIMESTAMP_FIELD_NUMBER

public int TIMESTAMP_FIELD_NUMBER()

VERSIONS_FIELD_NUMBER

public int VERSIONS_FIELD_NUMBER()

newBuilder

public VectorClock newBuilder()

newBuilder

public VectorClock newBuilder(VectorClock prototype)

getDefaultInstance

public VectorClock getDefaultInstance()