<K,T_OTHER,OUT> KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,OUT> |
BroadcastStream.connectAndProcess(KeyedPartitionStream<K,T_OTHER> other,
TwoInputBroadcastStreamProcessFunction<T_OTHER,T,OUT> processFunction,
org.apache.flink.api.java.functions.KeySelector<OUT,K> newKeySelector) |
|
<T_OTHER,OUT> KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,OUT> |
KeyedPartitionStream.connectAndProcess(BroadcastStream<T_OTHER> other,
TwoInputBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction,
org.apache.flink.api.java.functions.KeySelector<OUT,K> newKeySelector) |
|
<T_OTHER,OUT> KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,OUT> |
KeyedPartitionStream.connectAndProcess(KeyedPartitionStream<K,T_OTHER> other,
TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction,
org.apache.flink.api.java.functions.KeySelector<OUT,K> newKeySelector) |
Apply a two input operation to this and other KeyedPartitionStream.The two keyed
streams must have the same partitions, otherwise it makes no sense to connect them.
|
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T1> |
KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams.getFirst() |
Get the first stream.
|
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T2> |
KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams.getSecond() |
Get the second stream.
|
<OUT> KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,OUT> |
KeyedPartitionStream.process(OneInputStreamProcessFunction<T,OUT> processFunction,
org.apache.flink.api.java.functions.KeySelector<OUT,K> newKeySelector) |
|