Class InternalProcessApplyWindowContext<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 window key.
    W - The type of the window.
    All Implemented Interfaces:
    Serializable

    @Internal
    public class InternalProcessApplyWindowContext<IN,​OUT,​KEY,​W extends Window>
    extends ProcessWindowFunction.Context
    Internal reusable context wrapper.
    See Also:
    Serialized Form