Uses of Interface
org.apache.flink.streaming.api.operators.InternalTimeServiceManager.ShouldStopAdvancingFn
Packages that use InternalTimeServiceManager.ShouldStopAdvancingFn
Package
Description
-
Uses of InternalTimeServiceManager.ShouldStopAdvancingFn in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type InternalTimeServiceManager.ShouldStopAdvancingFnModifier and TypeMethodDescriptionbooleanInternalTimerServiceImpl.tryAdvanceWatermark(long time, InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn) booleanInternalTimeServiceManager.tryAdvanceWatermark(Watermark watermark, InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn) Try toInternalTimeServiceManager.advanceWatermark(Watermark), but ifInternalTimeServiceManager.ShouldStopAdvancingFnreturnstrue, stop the advancement and return as soon as possible.booleanInternalTimeServiceManagerImpl.tryAdvanceWatermark(Watermark watermark, InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn) -
Uses of InternalTimeServiceManager.ShouldStopAdvancingFn in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type InternalTimeServiceManager.ShouldStopAdvancingFnModifier and TypeMethodDescriptionbooleanBatchExecutionInternalTimeServiceManager.tryAdvanceWatermark(Watermark watermark, InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn)