Uses of Class
io.atomix.utils.time.VectorClock
-
Packages that use VectorClock Package Description io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of VectorClock in io.atomix.utils.time
Methods in io.atomix.utils.time with parameters of type VectorClock Modifier and Type Method Description voidVectorClock. update(VectorClock<T> clock)Updates the vector clock.
-