Class WindowOperatorBuilder<T,​K,​W extends Window>

  • Type Parameters:
    K - The type of key returned by the KeySelector.
    T - The type of the incoming elements.
    W - The type of Window that the WindowAssigner assigns.

    public class WindowOperatorBuilder<T,​K,​W extends Window>
    extends Object
    A builder for creating WindowOperators.