Uses of Class
io.atomix.utils.time.VectorTimestamp
-
Packages that use VectorTimestamp Package Description io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of VectorTimestamp in io.atomix.utils.time
Methods in io.atomix.utils.time that return VectorTimestamp Modifier and Type Method Description VectorTimestamp<T>VectorClock. getTime()Methods in io.atomix.utils.time that return types with arguments of type VectorTimestamp Modifier and Type Method Description Collection<VectorTimestamp<T>>VectorClock. getTimestamps()Returns a collection of identifier-timestamp pairs.Methods in io.atomix.utils.time with parameters of type VectorTimestamp Modifier and Type Method Description voidVectorClock. update(VectorTimestamp<T> timestamp)Updates the given timestamp.Constructors in io.atomix.utils.time with parameters of type VectorTimestamp Constructor Description VectorClock(VectorTimestamp<T> localTimestamp)VectorClock(VectorTimestamp<T> localTimestamp, Collection<VectorTimestamp<T>> vector)Constructor parameters in io.atomix.utils.time with type arguments of type VectorTimestamp Constructor Description VectorClock(VectorTimestamp<T> localTimestamp, Collection<VectorTimestamp<T>> vector)
-