Class CoGroupedStreams.Where.EqualTo
- java.lang.Object
-
- org.apache.flink.streaming.api.datastream.CoGroupedStreams.Where.EqualTo
-
- Enclosing class:
- CoGroupedStreams.Where<KEY>
@Public public class CoGroupedStreams.Where.EqualTo extends Object
A co-group operation that hasKeySelectors
defined for both inputs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail
-
window
@PublicEvolving public <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.
-
-