Package org.apache.flink.state.api.input.operator.window
-
Interface Summary Interface Description WindowContents<S extends org.apache.flink.api.common.state.State,IN> An abstraction for transforming anyStatetype into an iterable over its contents. -
Class Summary Class Description AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> A wrapper for reading an evicting window operator with an aggregate function.EvictingWindowReaderFunction<IN,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> Wrapper for reading state from an evicting window operator.PassThroughReader<KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window,IN> AWindowReaderFunctionthat just emits each input element.ProcessEvictingWindowReader<IN,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> A wrapper function for reading an evicting window with no pre-aggregation.ReduceEvictingWindowReaderFunction<IN,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> A wrapper function for reading state from an evicting window operator with a reduce function.