Package akka.cluster
Class VectorClock.Node$
- java.lang.Object
-
- akka.cluster.VectorClock.Node$
-
- Enclosing class:
- VectorClock
public static class VectorClock.Node$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static VectorClock.Node$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Node$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apply(java.lang.String name)
java.lang.String
fromHash(java.lang.String hash)
-
-
-
Field Detail
-
MODULE$
public static final VectorClock.Node$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-