| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.co |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BroadcastProcessFunction<IN1,IN2,OUT>
A function to be applied to a
BroadcastConnectedStream that
connects BroadcastStream, i.e. a stream
with broadcast state, with a non-keyed DataStream. |
class |
KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT>
A function to be applied to a
BroadcastConnectedStream that
connects BroadcastStream, i.e. a stream
with broadcast state, with a KeyedStream. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.