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 two
KeyedPartitionStream. 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.
-