Class WallClockTimestamp

java.lang.Object
io.atomix.utils.time.WallClockTimestamp
All Implemented Interfaces:
Timestamp, Comparable<Timestamp>

public class WallClockTimestamp extends Object implements Timestamp
A Timestamp that derives its value from the prevailing wallclock time on the controller where it is generated.
  • Constructor Details

    • WallClockTimestamp

      public WallClockTimestamp()
    • WallClockTimestamp

      public WallClockTimestamp(long timestamp)
  • Method Details