public class UnslicingWindowTimerServiceImpl extends WindowTimerServiceBase<TimeWindow>
WindowTimerService for unslicing window.internalTimerService, shiftTimeZone| 构造器和说明 |
|---|
UnslicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<TimeWindow> internalTimerService,
ZoneId shiftTimeZone) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.