Uses of Interface
org.apache.flink.util.clock.RelativeClock
-
Packages that use RelativeClock Package Description org.apache.flink.api.common.eventtime org.apache.flink.util.clock -
-
Uses of RelativeClock in org.apache.flink.api.common.eventtime
Methods in org.apache.flink.api.common.eventtime that return RelativeClock Modifier and Type Method Description default RelativeClockWatermarkGeneratorSupplier.Context. getInputActivityClock()Returns aRelativeClockthat hides periods when input was not active andWatermarkGeneratorcould not have been executed due to execution being blocked by the runtime.Constructors in org.apache.flink.api.common.eventtime with parameters of type RelativeClock Constructor Description WatermarksWithIdleness(WatermarkGenerator<T> watermarks, java.time.Duration idleTimeout, RelativeClock clock)Creates a new WatermarksWithIdleness generator to the given generator idleness detection with the given timeout. -
Uses of RelativeClock in org.apache.flink.util.clock
Classes in org.apache.flink.util.clock that implement RelativeClock Modifier and Type Class Description classClockA clock that gives access to time.classManualClockAClockimplementation which allows to advance time manually.classSystemClockA clock that returns the time of the system / process.
-