Uses of Class
org.apache.flink.streaming.api.transformations.LegacySourceTransformation
-
Packages that use LegacySourceTransformation Package Description org.apache.flink.streaming.runtime.translators -
-
Uses of LegacySourceTransformation in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type LegacySourceTransformation Modifier and Type Method Description protected Collection<Integer>LegacySourceTransformationTranslator. translateForBatchInternal(LegacySourceTransformation<OUT> transformation, TransformationTranslator.Context context)protected Collection<Integer>LegacySourceTransformationTranslator. translateForStreamingInternal(LegacySourceTransformation<OUT> transformation, TransformationTranslator.Context context)
-