Class ProcessEvictingWindowReader<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 ProcessEvictingWindowReader<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 an evicting window with no pre-aggregation.
    See Also:
    Serialized Form