Uses of Interface
io.atomix.utils.Identifier
-
Packages that use Identifier Package Description io.atomix.utils Provides utility classes and interfaces used throughout Atomix projects.io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of Identifier in io.atomix.utils
Classes in io.atomix.utils that implement Identifier Modifier and Type Class Description classAbstractIdentifier<T extends Comparable<T>>Abstract identifier backed by another value, e.g. -
Uses of Identifier in io.atomix.utils.time
Classes in io.atomix.utils.time with type parameters of type Identifier Modifier and Type Class Description classVectorClock<T extends Identifier>Vector clock.classVectorTimestamp<T extends Identifier>Vector clock timestamp.
-