@Internal
public class PlanUnwrappingReduceOperator<T,K>
extends org.apache.flink.api.common.operators.base.ReduceOperatorBase<org.apache.flink.api.java.tuple.Tuple2<K,T>,org.apache.flink.api.common.functions.ReduceFunction<org.apache.flink.api.java.tuple.Tuple2<K,T>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUnwrappingReduceOperator.ReduceWrapper<T,K> |
| Constructor and Description |
|---|
PlanUnwrappingReduceOperator(org.apache.flink.api.common.functions.ReduceFunction<T> udf,
org.apache.flink.api.common.operators.Keys.SelectorFunctionKeys<T,K> key,
String name,
org.apache.flink.api.common.typeinfo.TypeInformation<T> type,
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.api.java.tuple.Tuple2<K,T>> typeInfoWithKey) |
executeOnCollections, getCustomPartitioner, setCustomPartitioneraccept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticPropertiesasArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariablespublic PlanUnwrappingReduceOperator(org.apache.flink.api.common.functions.ReduceFunction<T> udf, org.apache.flink.api.common.operators.Keys.SelectorFunctionKeys<T,K> key, String name, org.apache.flink.api.common.typeinfo.TypeInformation<T> type, org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.api.java.tuple.Tuple2<K,T>> typeInfoWithKey)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.