public class SlicingWindowTimerServiceImpl extends WindowTimerServiceBase<Long>
WindowTimerService for slicing window.internalTimerService, shiftTimeZone| 构造器和说明 |
|---|
SlicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<Long> internalTimerService,
ZoneId shiftTimeZone) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
registerEventTimeWindowTimer(Long window)
Registers a window timer to be fired when event time watermark passes the window.
|
void |
registerProcessingTimeWindowTimer(Long window)
Registers a window timer to be fired when processing time passes the window.
|
currentProcessingTime, currentWatermark, getShiftTimeZonepublic void registerProcessingTimeWindowTimer(Long window)
WindowTimerServicepublic void registerEventTimeWindowTimer(Long window)
WindowTimerServiceCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.