Uses of Interface
org.apache.flink.streaming.api.operators.InternalTimeServiceManager.ShouldStopAdvancingFn
-
Packages that use InternalTimeServiceManager.ShouldStopAdvancingFn Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.sorted.state -
-
Uses of InternalTimeServiceManager.ShouldStopAdvancingFn in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type InternalTimeServiceManager.ShouldStopAdvancingFn Modifier and Type Method Description booleanInternalTimerServiceImpl. 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.ShouldStopAdvancingFn Modifier and Type Method Description booleanBatchExecutionInternalTimeServiceManager. tryAdvanceWatermark(Watermark watermark, InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn)
-