akka.cluster
Class VectorClock$

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

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

VectorClock module with helper classes and methods.

Based on code from the 'vlock' VectorClock library by Coda Hale.

See Also:
Serialized Form

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