protected static class STWindowMPI.DirectWindowedReceivingTask extends BaseWindowedSink<int[]>
allowedLateness, collectiveEvents, collectiveOutput, DEFAULT_MAX_LAG, DEFAULT_WATERMARK_INTERVAL, evictionPolicy, iTimestampExtractor, iWindow, maxLagMs, watermarkEventGenerator, watermarkInterval, windowingPolicy, windowLifeCycleListener, windowManager, windowParameter
Constructor and Description |
---|
DirectWindowedReceivingTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(IWindowMessage<int[]> windowMessage)
This method returns the final windowing message
|
boolean |
getExpire(IWindowMessage<int[]> expiredMessages) |
boolean |
getLateMessages(IMessage<int[]> lateMessages) |
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 boolean execute(IWindowMessage<int[]> windowMessage)
execute
in class BaseWindowedSink<int[]>
windowMessage
- Aggregated IWindowMessage is obtained here
windowMessage contains [expired-tuples, current-tuples]public boolean getExpire(IWindowMessage<int[]> expiredMessages)
getExpire
in class BaseWindowedSink<int[]>
public boolean getLateMessages(IMessage<int[]> lateMessages)
getLateMessages
in class BaseWindowedSink<int[]>