public interface BroadcastOutput<OUT>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
broadcastEmit(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> record)
Broadcasts the record to all the downstream operators.
|
void broadcastEmit(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> record) throws IOException
record - the record to broadcast.IOExceptionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.