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,
java.time.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 SlicingWindowTimerServiceImpl(org.apache.flink.streaming.api.operators.InternalTimerService<Long> internalTimerService, java.time.ZoneId shiftTimeZone)
public void registerProcessingTimeWindowTimer(Long window)
WindowTimerServicepublic void registerEventTimeWindowTimer(Long window)
WindowTimerServiceCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.