Class JoinedStreams.Where.EqualTo
- java.lang.Object
-
- org.apache.flink.streaming.api.datastream.JoinedStreams.Where.EqualTo
-
- Enclosing class:
- JoinedStreams.Where<KEY>
@Public public class JoinedStreams.Where.EqualTo extends Object
A join operation that hasKeySelectors
defined for both inputs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <W extends Window>
JoinedStreams.WithWindow<T1,T2,KEY,W>window(WindowAssigner<? super CoGroupedStreams.TaggedUnion<T1,T2>,W> assigner)
Specifies the window on which the join operation works.
-
-
-
Method Detail
-
window
@PublicEvolving public <W extends Window> JoinedStreams.WithWindow<T1,T2,KEY,W> window(WindowAssigner<? super CoGroupedStreams.TaggedUnion<T1,T2>,W> assigner)
Specifies the window on which the join operation works.
-
-