public class SlicingWindowTimerServiceImpl extends WindowTimerServiceBase<Long>
WindowTimerService for slicing window.internalTimerService, shiftTimeZone| Constructor and Description |
|---|
SlicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<Long> internalTimerService,
ZoneId shiftTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.