| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.sorted.state |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalTimerServiceImpl.tryAdvanceWatermark(long time,
InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn) |
boolean |
InternalTimeServiceManager.tryAdvanceWatermark(Watermark watermark,
InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn)
Try to
InternalTimeServiceManager.advanceWatermark(Watermark), but if InternalTimeServiceManager.ShouldStopAdvancingFn returns
true, stop the advancement and return as soon as possible. |
boolean |
InternalTimeServiceManagerImpl.tryAdvanceWatermark(Watermark watermark,
InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchExecutionInternalTimeServiceManager.tryAdvanceWatermark(Watermark watermark,
InternalTimeServiceManager.ShouldStopAdvancingFn shouldStopAdvancingFn) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.