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