akka.cluster
Class VectorClock.Node$

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

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


Field Summary
static VectorClock.Node$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
VectorClock.Node$()
           
 
Method Summary
 java.lang.String apply(java.lang.String name)
           
 java.lang.String fromHash(java.lang.String hash)
           
 
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.Node$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

VectorClock.Node$

public VectorClock.Node$()
Method Detail

apply

public java.lang.String apply(java.lang.String name)

fromHash

public java.lang.String fromHash(java.lang.String hash)