public class PlanUnwrappingReduceOperator<T,K> extends ReduceOperatorBase<Tuple2<K,T>,ReduceFunction<Tuple2<K,T>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUnwrappingReduceOperator.ReduceWrapper<T,K> |
inputbroadcastInputs, userFunctioncompilerHints, name, operatorInfo, parameters| Constructor and Description |
|---|
PlanUnwrappingReduceOperator(ReduceFunction<T> udf,
Keys.SelectorFunctionKeys<T,K> key,
String name,
TypeInformation<T> type,
TypeInformation<Tuple2<K,T>> typeInfoWithKey) |
executeOnCollections, getCustomPartitioner, setCustomPartitioneraccept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticPropertiesasArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariablescreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getParameters, setDegreeOfParallelism, setName, setParameter, setParameter, setParameter, toStringpublic PlanUnwrappingReduceOperator(ReduceFunction<T> udf, Keys.SelectorFunctionKeys<T,K> key, String name, TypeInformation<T> type, TypeInformation<Tuple2<K,T>> typeInfoWithKey)
Copyright © 2015 The Apache Software Foundation. All rights reserved.