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 two
NonKeyedPartitionStream. It will be
used as the return value of operation with two output.-
Method Summary
Methods inherited from interface org.apache.flink.datastream.api.stream.ProcessConfigurable
withMaxParallelism, withName, withParallelism, withSlotSharingGroup, withUid
-
Method Details
-
getFirst
Get the first stream. -
getSecond
Get the second stream.
-