| 程序包 | 说明 |
|---|---|
| org.apache.flink.datastream.api.stream |
| 限定符和类型 | 方法和说明 |
|---|---|
<T_OTHER,OUT> |
GlobalStream.connectAndProcess(GlobalStream<T_OTHER> other,
TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply a two input operation to this and other
GlobalStream. |
<T_OTHER,OUT> |
KeyedPartitionStream.connectAndProcess(KeyedPartitionStream<K,T_OTHER> other,
TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply a two input operation to this and other
KeyedPartitionStream. |
<T_OTHER,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. |
<T_OTHER,OUT> |
NonKeyedPartitionStream.connectAndProcess(NonKeyedPartitionStream<T_OTHER> other,
TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply to a two input operation on this and other
NonKeyedPartitionStream. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.