Interface NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>
-
- All Superinterfaces:
ProcessConfigurable<NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>>
- Enclosing interface:
- NonKeyedPartitionStream<T>
@Experimental public static interface NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2> extends ProcessConfigurable<NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>>
This interface represents a combination of twoNonKeyedPartitionStream. It will be used as the return value of operation with two output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<OUT1>getFirst()Get the first stream.NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<OUT2>getSecond()Get the second stream.-
Methods inherited from interface org.apache.flink.datastream.api.stream.ProcessConfigurable
withMaxParallelism, withName, withParallelism, withSlotSharingGroup, withUid
-
-
-
-
Method Detail
-
getFirst
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<OUT1> getFirst()
Get the first stream.
-
getSecond
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<OUT2> getSecond()
Get the second stream.
-
-