| Constructor and Description |
|---|
DataStreamSink(DataStream<T> inputStream,
StreamSink<T> operator) |
| Constructor and Description |
|---|
SimpleOutputFormatOperatorFactory(StreamSink<IN> operator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSinkOperator<IN>
A
StreamSink that collects query results and sends them back to the client. |
| Modifier and Type | Method and Description |
|---|---|
StreamSink<T> |
LegacySinkTransformation.getOperator() |
| Constructor and Description |
|---|
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–2021 The Apache Software Foundation. All rights reserved.