Uses of Class
org.apache.flink.streaming.api.datastream.JoinedStreams.Where.EqualTo
-
Packages that use JoinedStreams.Where.EqualTo Package Description org.apache.flink.streaming.api.datastream -
-
Uses of JoinedStreams.Where.EqualTo in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return JoinedStreams.Where.EqualTo Modifier and Type Method Description JoinedStreams.Where.EqualTo
JoinedStreams.Where. equalTo(org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector)
Specifies aKeySelector
for elements from the second input.JoinedStreams.Where.EqualTo
JoinedStreams.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.
-