Uses of Class
org.apache.flink.streaming.api.datastream.CoGroupedStreams.Where.EqualTo
-
Packages that use CoGroupedStreams.Where.EqualTo Package Description org.apache.flink.streaming.api.datastream -
-
Uses of CoGroupedStreams.Where.EqualTo in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return CoGroupedStreams.Where.EqualTo Modifier and Type Method Description CoGroupedStreams.Where.EqualTo
CoGroupedStreams.Where. equalTo(org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector)
Specifies aKeySelector
for elements from the second input.CoGroupedStreams.Where.EqualTo
CoGroupedStreams.Where. equalTo(org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector, org.apache.flink.api.common.typeinfo.TypeInformation<KEY> keyType)
Specifies aKeySelector
for elements from the second input with explicit type information for the key type.
-