Uses of Interface
io.atomix.utils.time.Timestamp
Packages that use Timestamp
Package
Description
Provides classes and interfaces for representing and operating on both logical and physical
representations of time.
-
Uses of Timestamp in io.atomix.utils.time
Classes in io.atomix.utils.time with type parameters of type TimestampClasses in io.atomix.utils.time that implement TimestampModifier and TypeClassDescriptionclassTimestamp based on logical sequence value.classLogical timestamp for versions.classA Timestamp that derives its value from the prevailing wallclock time on the controller where it is generated.Methods in io.atomix.utils.time with parameters of type TimestampModifier and TypeMethodDescriptionintintintdefault booleanTimestamp.isNewerThan(Timestamp other) Tests if this timestamp is newer than the specified timestamp.default booleanTimestamp.isOlderThan(Timestamp other) Tests if this timestamp is older than the specified timestamp.