Class PartitionTransformationTranslator<OUT>

java.lang.Object
org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,PartitionTransformation<OUT>>
org.apache.flink.streaming.runtime.translators.PartitionTransformationTranslator<OUT>
Type Parameters:
OUT - The type of the elements that result from the PartitionTransformation being translated.
All Implemented Interfaces:
TransformationTranslator<OUT,PartitionTransformation<OUT>>

@Internal public class PartitionTransformationTranslator<OUT> extends SimpleTransformationTranslator<OUT,PartitionTransformation<OUT>>