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.Stringapply(java.lang.String name)java.lang.StringfromHash(java.lang.String hash) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final VectorClock.Node$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -