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