Class HybridLogicalTime


  • public class HybridLogicalTime
    extends Object
    Time provided by a Hybrid Logical Clock described in this paper.
    • Constructor Detail

      • HybridLogicalTime

        public HybridLogicalTime​(long logicalTime,
                                 long logicalCounter)
    • Method Detail

      • logicalTime

        public long logicalTime()
        Returns the logical time component of a HLT.
        Returns:
        logical time
      • logicalCounter

        public long logicalCounter()
        Returns the logical counter component of a HLT.
        Returns:
        logical counter
      • time

        public long time()
        Returns the real system time represented by this HLT.
        Returns:
        real system time