| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.transformations |
| Constructor and Description |
|---|
DataStreamSink(DataStream<T> inputStream,
StreamSink<T> operator) |
| Constructor and Description |
|---|
SimpleOutputFormatOperatorFactory(StreamSink<IN> operator) |
| Modifier and Type | Method and Description |
|---|---|
StreamSink<T> |
SinkTransformation.getOperator() |
| Constructor and Description |
|---|
SinkTransformation(org.apache.flink.api.dag.Transformation<T> input,
String name,
StreamSink<T> operator,
int parallelism)
Creates a new
SinkTransformation from the given input Transformation. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.