protected static class STWindowEventTimeExample.DirectAggregateWindowedTask extends AggregateWindow<int[]>
allowedLateness, collectiveEvents, collectiveOutput, DEFAULT_MAX_LAG, DEFAULT_WATERMARK_INTERVAL, evictionPolicy, iTimestampExtractor, iWindow, maxLagMs, watermarkEventGenerator, watermarkInterval, windowingPolicy, windowLifeCycleListener, windowManager, windowParameter| Constructor and Description |
|---|
DirectAggregateWindowedTask(AggregateWindowedFunction aggregateWindowedFunction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
aggregate(int[] message) |
boolean |
aggregateLateMessages(int[] message) |
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 DirectAggregateWindowedTask(AggregateWindowedFunction aggregateWindowedFunction)
public boolean aggregate(int[] message)
aggregate in class AggregateWindow<int[]>public boolean aggregateLateMessages(int[] message)
aggregateLateMessages in class AggregateWindow<int[]>