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