Uses of Class
org.apache.flink.util.clock.Clock
-
Packages that use Clock Package Description org.apache.flink.api.common.time org.apache.flink.util.clock -
-
Uses of Clock in org.apache.flink.api.common.time
Methods in org.apache.flink.api.common.time with parameters of type Clock Modifier and Type Method Description static DeadlineDeadline. fromNowWithClock(java.time.Duration duration, Clock clock)Constructs a Deadline that is a given duration after now, where now and all other times from this deadline are defined by the givenClock. -
Uses of Clock in org.apache.flink.util.clock
Subclasses of Clock in org.apache.flink.util.clock Modifier and Type Class Description classManualClockAClockimplementation which allows to advance time manually.classSystemClockA clock that returns the time of the system / process.
-