Package io.atomix.utils.time
Interface Clock<T extends Timestamp>
- All Known Implementing Classes:
WallClock
public interface Clock<T extends Timestamp>
Clock.
-
Method Summary
-
Method Details
-
getTime
T getTime()Returns the current time of the clock.- Returns:
- the current time
-