Uses of Class
org.apache.flink.streaming.api.transformations.LegacySinkTransformation
-
Packages that use LegacySinkTransformation Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.runtime.translators -
-
Uses of LegacySinkTransformation in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return LegacySinkTransformation Modifier and Type Method Description LegacySinkTransformation<T>DataStreamSink. getLegacyTransformation() -
Uses of LegacySinkTransformation in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type LegacySinkTransformation Modifier and Type Method Description protected Collection<Integer>LegacySinkTransformationTranslator. translateForBatchInternal(LegacySinkTransformation<IN> transformation, TransformationTranslator.Context context)protected Collection<Integer>LegacySinkTransformationTranslator. translateForStreamingInternal(LegacySinkTransformation<IN> transformation, TransformationTranslator.Context context)
-