| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators.collect | |
| org.apache.flink.streaming.api.transformations |
| 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,
boolean parallelismConfigured)
Creates a new
LegacySinkTransformation from the given input Transformation. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.