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