Class JoinedStreams.WithWindow<T1,​T2,​KEY,​W extends Window>

  • Type Parameters:
    T1 - Type of the elements from the first input
    T2 - Type of the elements from the second input
    KEY - Type of the key. This must be the same for both inputs
    W - Type of Window on which the join operation works.
    Enclosing class:
    JoinedStreams<T1,​T2>

    @Public
    public static class JoinedStreams.WithWindow<T1,​T2,​KEY,​W extends Window>
    extends Object
    A join operation that has KeySelectors defined for both inputs as well as a WindowAssigner.