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