protected static class STWindowEventTimeExample.DirectProcessWindowedIntTask extends ProcessWindow<EventTimeData>
allowedLateness, collectiveEvents, collectiveOutput, DEFAULT_MAX_LAG, DEFAULT_WATERMARK_INTERVAL, evictionPolicy, iTimestampExtractor, iWindow, maxLagMs, watermarkEventGenerator, watermarkInterval, windowingPolicy, windowLifeCycleListener, windowManager, windowParameter
Constructor and Description |
---|
DirectProcessWindowedIntTask(ProcessWindowedFunction<EventTimeData> processWindowedFunction) |
Modifier and Type | Method and Description |
---|---|
boolean |
process(IWindowMessage<EventTimeData> windowMessage) |
boolean |
processLateMessages(IMessage<EventTimeData> lateMessage) |
execute, getExpire, getLateMessages
close, execute, getEvictionPolicy, getWindowingPolicy, initialize, isTimestamped, newWindowLifeCycleListener, prepare, reset, setPolicies, start, withAllowedLateness, withCustomTimestampExtractor, withSlidingCountWindow, withSlidingDurationWindow, withTimestampExtractor, withTumblingCountWindow, withTumblingDurationWindow, withWatermarkInterval, withWindow
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endExecute
public DirectProcessWindowedIntTask(ProcessWindowedFunction<EventTimeData> processWindowedFunction)
public boolean process(IWindowMessage<EventTimeData> windowMessage)
process
in class ProcessWindow<EventTimeData>
public boolean processLateMessages(IMessage<EventTimeData> lateMessage)
processLateMessages
in class ProcessWindow<EventTimeData>