Package org.apache.flink.util.clock
-
Interface Summary Interface Description RelativeClock A clock that gives access to relative time, similar to System#nanoTime(), however the progress of the relative time doesn't have to reflect the progress of a wall clock. -
Class Summary Class Description Clock A clock that gives access to time.ManualClock AClockimplementation which allows to advance time manually.SystemClock A clock that returns the time of the system / process.