Class RichProcessWindowFunction<IN,​OUT,​KEY,​W extends Window>

  • Type Parameters:
    IN - The type of the input value.
    OUT - The type of the output value.
    KEY - The type of the key.
    W - The type of Window that this window function can be applied on.
    All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

    @PublicEvolving
    @Deprecated
    public abstract class RichProcessWindowFunction<IN,​OUT,​KEY,​W extends Window>
    extends ProcessWindowFunction<IN,​OUT,​KEY,​W>
    Deprecated.
    Base rich abstract class for functions that are evaluated over keyed (grouped) windows using a context for passing extra information.
    See Also:
    Serialized Form
    • Constructor Detail

      • RichProcessWindowFunction

        public RichProcessWindowFunction()
        Deprecated.