protected static class STWindowExample.DirectReduceWindowedTask extends ReduceWindow<int[]>
allowedLateness, collectiveEvents, collectiveOutput, DEFAULT_MAX_LAG, DEFAULT_WATERMARK_INTERVAL, evictionPolicy, iTimestampExtractor, iWindow, maxLagMs, watermarkEventGenerator, watermarkInterval, windowingPolicy, windowLifeCycleListener, windowManager, windowParameter
Constructor and Description |
---|
DirectReduceWindowedTask(ReduceWindowedFunction<int[]> reduceWindowedFunction) |
Modifier and Type | Method and Description |
---|---|
boolean |
reduce(int[] content) |
boolean |
reduceLateMessage(int[] content) |
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 DirectReduceWindowedTask(ReduceWindowedFunction<int[]> reduceWindowedFunction)
public boolean reduce(int[] content)
reduce
in class ReduceWindow<int[]>
public boolean reduceLateMessage(int[] content)
reduceLateMessage
in class ReduceWindow<int[]>