Class ReduceTransformationTranslator<IN,KEY>

java.lang.Object
org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,OP>
org.apache.flink.streaming.runtime.translators.ReduceTransformationTranslator<IN,KEY>
Type Parameters:
IN - The type of the elements in the input Transformation of the transformation to translate.
All Implemented Interfaces:
TransformationTranslator<IN,ReduceTransformation<IN,KEY>>

public class ReduceTransformationTranslator<IN,KEY> extends SimpleTransformationTranslator<OUT,OP>