public static final class PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer<IN,OUT,K> extends WrappingFunction<RichGroupReduceFunction<IN,OUT>> implements GroupReduceFunction<Tuple2<K,IN>,OUT>, FlatCombineFunction<Tuple2<K,IN>>
wrappedFunction| Modifier and Type | Method and Description |
|---|---|
void |
combine(Iterable<Tuple2<K,IN>> values,
Collector<Tuple2<K,IN>> out) |
void |
reduce(Iterable<Tuple2<K,IN>> values,
Collector<OUT> out) |
String |
toString() |
close, getWrappedFunction, open, setRuntimeContextgetIterationRuntimeContext, getRuntimeContextCopyright © 2015 The Apache Software Foundation. All rights reserved.