Uses of Class
io.atomix.utils.time.WallClockTimestamp
-
Packages that use WallClockTimestamp Package Description io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of WallClockTimestamp in io.atomix.utils.time
Methods in io.atomix.utils.time that return WallClockTimestamp Modifier and Type Method Description static WallClockTimestampWallClockTimestamp. from(long unixTimestamp)Returns a new wall clock timestamp for the given unix timestamp.WallClockTimestampWallClock. getTime()
-