| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.operators.collect | |
| org.apache.flink.streaming.runtime.translators |
| Modifier and Type | Method and Description |
|---|---|
LegacySinkTransformation<T> |
DataStreamSink.getTransformation()
Returns the transformation that contains the actual sink operator of this sink.
|
| Modifier and Type | Method and Description |
|---|---|
LegacySinkTransformation<T> |
CollectStreamSink.getTransformation() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Integer> |
LegacySinkTransformationTranslator.translateForBatchInternal(LegacySinkTransformation<IN> transformation,
TransformationTranslator.Context context) |
protected Collection<Integer> |
LegacySinkTransformationTranslator.translateForStreamingInternal(LegacySinkTransformation<IN> transformation,
TransformationTranslator.Context context) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.