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