Uses of Class
io.atomix.utils.time.Epoch
-
Packages that use Epoch Package Description io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of Epoch in io.atomix.utils.time
Methods in io.atomix.utils.time that return Epoch Modifier and Type Method Description static EpochEpoch. of(long value)Returns a new logical timestamp for the given logical time.
-