| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream |
| 限定符和类型 | 方法和说明 |
|---|---|
<X> SideOutputDataStream<X> |
SingleOutputStreamOperator.getSideOutput(org.apache.flink.util.OutputTag<X> sideOutputTag)
Gets the
DataStream that contains the elements that are emitted from an operation
into the side output with the given OutputTag. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.