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, 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 DirectAggregateWindowedTask(AggregateWindowedFunction aggregateWindowedFunction)
public boolean aggregate(int[] message)
aggregate
in class AggregateWindow<int[]>
public boolean aggregateLateMessages(int[] message)
aggregateLateMessages
in class AggregateWindow<int[]>