Class OneInputTransformationTranslator<IN,OUT>

java.lang.Object
org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,OP>
org.apache.flink.streaming.runtime.translators.OneInputTransformationTranslator<IN,OUT>
Type Parameters:
IN - The type of the elements in the input Transformation of the transformation to translate.
OUT - The type of the elements that result from the provided OneInputTransformation.
All Implemented Interfaces:
TransformationTranslator<OUT,OneInputTransformation<IN,OUT>>

@Internal public final class OneInputTransformationTranslator<IN,OUT> extends SimpleTransformationTranslator<OUT,OP>