Class CoGroupedStreams.Where.EqualTo
java.lang.Object
org.apache.flink.streaming.api.datastream.CoGroupedStreams.Where.EqualTo
- Enclosing class:
- CoGroupedStreams.Where<KEY>
A co-group operation that has
KeySelectors defined for both inputs.-
Method Summary
Modifier and TypeMethodDescription<W extends Window>
CoGroupedStreams.WithWindow<T1,T2, KEY, W> window(WindowAssigner<? super org.apache.flink.util.TaggedUnion<T1, T2>, W> assigner) Specifies the window on which the co-group operation works.
-
Method Details
-
window
@PublicEvolving public <W extends Window> CoGroupedStreams.WithWindow<T1,T2, windowKEY, W> (WindowAssigner<? super org.apache.flink.util.TaggedUnion<T1, T2>, W> assigner) Specifies the window on which the co-group operation works.
-