Class ReduceEvictingWindowReaderFunction<IN,​OUT,​KEY,​W extends org.apache.flink.streaming.api.windowing.windows.Window>

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

    @Internal
    public class ReduceEvictingWindowReaderFunction<IN,​OUT,​KEY,​W extends org.apache.flink.streaming.api.windowing.windows.Window>
    extends EvictingWindowReaderFunction<IN,​IN,​OUT,​KEY,​W>
    A wrapper function for reading state from an evicting window operator with a reduce function.
    See Also:
    Serialized Form