Uses of Interface
org.apache.flink.datastream.api.stream.KeyedPartitionStream.TwoKeyedPartitionStreams
-
Packages that use KeyedPartitionStream.TwoKeyedPartitionStreams Package Description org.apache.flink.datastream.api.stream -
-
Uses of KeyedPartitionStream.TwoKeyedPartitionStreams in org.apache.flink.datastream.api.stream
Methods in org.apache.flink.datastream.api.stream that return KeyedPartitionStream.TwoKeyedPartitionStreams Modifier and Type Method Description <OUT1,OUT2>
KeyedPartitionStream.TwoKeyedPartitionStreams<K,OUT1,OUT2>KeyedPartitionStream. process(TwoOutputStreamProcessFunction<T,OUT1,OUT2> processFunction, org.apache.flink.api.java.functions.KeySelector<OUT1,K> keySelector1, org.apache.flink.api.java.functions.KeySelector<OUT2,K> keySelector2)Apply a two output operation to thisKeyedPartitionStream.
-