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