Class LegacySourceTransformationTranslator<OUT>

java.lang.Object
org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,LegacySourceTransformation<OUT>>
org.apache.flink.streaming.runtime.translators.LegacySourceTransformationTranslator<OUT>
Type Parameters:
OUT - The type of the elements that the LegacySourceTransformation we are translating is producing.
All Implemented Interfaces:
TransformationTranslator<OUT,LegacySourceTransformation<OUT>>

@Internal public class LegacySourceTransformationTranslator<OUT> extends SimpleTransformationTranslator<OUT,LegacySourceTransformation<OUT>>