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