akka.cluster
Class VectorClock.Timestamp$

java.lang.Object
  extended by akka.cluster.VectorClock.Timestamp$
Enclosing class:
VectorClock

public static class VectorClock.Timestamp$
extends java.lang.Object


Field Summary
static VectorClock.Timestamp$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
VectorClock.Timestamp$()
           
 
Method Summary
 long EndMarker()
           
 long Zero()
           
 
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.Timestamp$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

VectorClock.Timestamp$

public VectorClock.Timestamp$()
Method Detail

Zero

public final long Zero()

EndMarker

public final long EndMarker()