| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.runtime.translators |
| 构造器和说明 |
|---|
SideOutputDataStream(StreamExecutionEnvironment environment,
SideOutputTransformation<T> transformation)
Creates a new
SideOutputDataStream in the given execution environment. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Collection<Integer> |
SideOutputTransformationTranslator.translateForBatchInternal(SideOutputTransformation<OUT> transformation,
TransformationTranslator.Context context) |
protected Collection<Integer> |
SideOutputTransformationTranslator.translateForStreamingInternal(SideOutputTransformation<OUT> transformation,
TransformationTranslator.Context context) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.