Uses of Class
io.atomix.utils.time.LogicalTimestamp
-
Packages that use LogicalTimestamp Package Description io.atomix.utils.time Provides classes and interfaces for representing and operating on both logical and physical representations of time. -
-
Uses of LogicalTimestamp in io.atomix.utils.time
Subclasses of LogicalTimestamp in io.atomix.utils.time Modifier and Type Class Description classEpochEpoch.classVectorTimestamp<T extends Identifier>Vector clock timestamp.Methods in io.atomix.utils.time that return LogicalTimestamp Modifier and Type Method Description LogicalTimestampVectorClock. getLocalTimestamp()Returns the local logical timestamp.LogicalTimestampLogicalClock. getTime()LogicalTimestampVectorClock. getTimestamp(T identifier)Returns the logical timestamp for the given identifier.LogicalTimestampLogicalClock. increment()Increments the clock and returns the new timestamp.LogicalTimestampLogicalClock. incrementAndUpdate(LogicalTimestamp timestamp)Increments the clock and updates it using the given timestamp.static LogicalTimestampLogicalTimestamp. of(long value)Returns a new logical timestamp for the given logical time.LogicalTimestampLogicalClock. update(LogicalTimestamp timestamp)Updates the clock using the given timestamp.Methods in io.atomix.utils.time with parameters of type LogicalTimestamp Modifier and Type Method Description LogicalTimestampLogicalClock. incrementAndUpdate(LogicalTimestamp timestamp)Increments the clock and updates it using the given timestamp.LogicalTimestampLogicalClock. update(LogicalTimestamp timestamp)Updates the clock using the given timestamp.Constructors in io.atomix.utils.time with parameters of type LogicalTimestamp Constructor Description LogicalClock(LogicalTimestamp currentTimestamp)
-