Class CoGroupedStreams.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 co-group operation works.
    Enclosing class:
    CoGroupedStreams<T1,​T2>

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