Class TwoInputTransformationTranslator<IN1,IN2,OUT>

java.lang.Object
org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,OP>
org.apache.flink.streaming.runtime.translators.AbstractTwoInputTransformationTranslator<IN1,IN2,OUT,TwoInputTransformation<IN1,IN2,OUT>>
org.apache.flink.streaming.runtime.translators.TwoInputTransformationTranslator<IN1,IN2,OUT>
Type Parameters:
IN1 - The type of the elements in the first input Transformation
IN2 - The type of the elements in the second input Transformation
OUT - The type of the elements that result from this TwoInputTransformation
All Implemented Interfaces:
TransformationTranslator<OUT,TwoInputTransformation<IN1,IN2,OUT>>

@Internal public class TwoInputTransformationTranslator<IN1,IN2,OUT> extends AbstractTwoInputTransformationTranslator<IN1,IN2,OUT,TwoInputTransformation<IN1,IN2,OUT>>