public class UnslicingWindowTimerServiceImpl extends WindowTimerServiceBase<TimeWindow>
WindowTimerService for unslicing window.internalTimerService, shiftTimeZone| Constructor and Description |
|---|
UnslicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<TimeWindow> internalTimerService,
ZoneId shiftTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerEventTimeWindowTimer(TimeWindow window)
Registers a window timer to be fired when event time watermark passes the window.
|
void |
registerProcessingTimeWindowTimer(TimeWindow window)
Registers a window timer to be fired when processing time passes the window.
|
currentProcessingTime, currentWatermark, getShiftTimeZonepublic UnslicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<TimeWindow> internalTimerService, ZoneId shiftTimeZone)
public void registerProcessingTimeWindowTimer(TimeWindow window)
WindowTimerServicepublic void registerEventTimeWindowTimer(TimeWindow window)
WindowTimerServiceCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.