Uses of Class
org.apache.flink.state.api.input.operator.window.EvictingWindowReaderFunction
-
Packages that use EvictingWindowReaderFunction Package Description org.apache.flink.state.api.input.operator.window -
-
Uses of EvictingWindowReaderFunction in org.apache.flink.state.api.input.operator.window
Subclasses of EvictingWindowReaderFunction in org.apache.flink.state.api.input.operator.window Modifier and Type Class Description classAggregateEvictingWindowReaderFunction<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.classProcessEvictingWindowReader<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.classReduceEvictingWindowReaderFunction<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.
-