Package akka.cluster

Class VectorClock.Timestamp$

  • Enclosing class:
    VectorClock

    public static class VectorClock.Timestamp$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static VectorClock.Timestamp$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Timestamp$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long EndMarker()  
      long Zero()  
      • 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.Timestamp$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Timestamp$

        public Timestamp$()
    • Method Detail

      • Zero

        public final long Zero()
      • EndMarker

        public final long EndMarker()