public abstract class ProcessWindow<T> extends BaseWindowedSink<T>
allowedLateness, collectiveEvents, collectiveOutput, DEFAULT_MAX_LAG, DEFAULT_WATERMARK_INTERVAL, evictionPolicy, iTimestampExtractor, iWindow, maxLagMs, watermarkEventGenerator, watermarkInterval, windowingPolicy, windowLifeCycleListener, windowManager, windowParameter
Constructor and Description |
---|
ProcessWindow(ProcessWindowedFunction<T> processWindowedFunction) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(IWindowMessage<T> windowMessage) |
boolean |
getExpire(IWindowMessage<T> expiredMessages) |
boolean |
getLateMessages(IMessage<T> lateMessages) |
abstract boolean |
process(IWindowMessage<T> windowMessage) |
abstract boolean |
processLateMessages(IMessage<T> lateMessage) |
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 ProcessWindow(ProcessWindowedFunction<T> processWindowedFunction)
public abstract boolean process(IWindowMessage<T> windowMessage)
public boolean execute(IWindowMessage<T> windowMessage)
execute
in class BaseWindowedSink<T>
public boolean getLateMessages(IMessage<T> lateMessages)
getLateMessages
in class BaseWindowedSink<T>
public boolean getExpire(IWindowMessage<T> expiredMessages)
getExpire
in class BaseWindowedSink<T>