Package akka.cluster

Class 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)  
      • 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

      • Node$

        public Node$()
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.String name)
      • fromHash

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