protected static class STWindowExample.DirectFoldWindowedTask extends FoldWindow<int[],java.lang.String>
allowedLateness, collectiveEvents, collectiveOutput, DEFAULT_MAX_LAG, DEFAULT_WATERMARK_INTERVAL, evictionPolicy, iTimestampExtractor, iWindow, maxLagMs, watermarkEventGenerator, watermarkInterval, windowingPolicy, windowLifeCycleListener, windowManager, windowParameter
Constructor and Description |
---|
DirectFoldWindowedTask(FoldWindowedFunction<int[],java.lang.String> foldWindowedFunction) |
Modifier and Type | Method and Description |
---|---|
boolean |
fold(java.lang.String content) |
boolean |
foldLateMessage(java.lang.String lateMessage) |
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 DirectFoldWindowedTask(FoldWindowedFunction<int[],java.lang.String> foldWindowedFunction)
public boolean fold(java.lang.String content)
fold
in class FoldWindow<int[],java.lang.String>
public boolean foldLateMessage(java.lang.String lateMessage)
foldLateMessage
in class FoldWindow<int[],java.lang.String>