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> |
SinkTransformation.getOperator() |
Constructor and Description |
---|
SinkTransformation(Transformation<T> input,
String name,
StreamSink<T> operator,
int parallelism)
Creates a new
SinkTransformation from the given input Transformation . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.