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