Interface KeyedPartitionStream.TwoKeyedPartitionStreams<K,T1,T2>
-
- Enclosing interface:
- KeyedPartitionStream<K,T>
@Experimental public static interface KeyedPartitionStream.TwoKeyedPartitionStreams<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.
-
-
-
Method Detail
-
getFirst
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T1> getFirst()
Get the first stream.
-
getSecond
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T2> getSecond()
Get the second stream.
-
-