| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.collect | |
| org.apache.flink.streaming.api.transformations |
| 构造器和说明 |
|---|
SimpleOutputFormatOperatorFactory(StreamSink<IN> operator) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CollectSinkOperator<IN>
A
StreamSink that collects query results and sends them back to the client. |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamSink<T> |
LegacySinkTransformation.getOperator() |
| 构造器和说明 |
|---|
LegacySinkTransformation(org.apache.flink.api.dag.Transformation<T> input,
String name,
StreamSink<T> operator,
int parallelism)
Creates a new
LegacySinkTransformation from the given input Transformation. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.