Interface KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,T1,T2>
-
- All Superinterfaces:
ProcessConfigurable<KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,T1,T2>>
- Enclosing interface:
- KeyedPartitionStream<K,T>
@Experimental public static interface KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,T1,T2> extends ProcessConfigurable<KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,T1,T2>>
This class represents a combination of twoKeyedPartitionStream. 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 KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T1>getFirst()Get the first stream.KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T2>getSecond()Get the second stream.-
Methods inherited from interface org.apache.flink.datastream.api.stream.ProcessConfigurable
withMaxParallelism, withName, withParallelism, withSlotSharingGroup, withUid
-
-
-
-
Method Detail
-
getFirst
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T1> getFirst()
Get the first stream.
-
getSecond
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T2> getSecond()
Get the second stream.
-
-