Class RichProcessAllWindowFunction<IN,​OUT,​W extends Window>

  • Type Parameters:
    IN - The type of the input value.
    OUT - The type of the output value.
    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 RichProcessAllWindowFunction<IN,​OUT,​W extends Window>
    extends ProcessAllWindowFunction<IN,​OUT,​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

      • RichProcessAllWindowFunction

        public RichProcessAllWindowFunction()
        Deprecated.