public abstract class GroupReduceIterator<IN,OUT> extends RichGroupReduceFunction<IN,OUT>
RichGroupReduceFunction.Combinable| Constructor and Description |
|---|
GroupReduceIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Iterable<IN> values,
Collector<OUT> out) |
abstract Iterator<OUT> |
reduceGroup(Iterable<IN> values) |
combineclose, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextCopyright © 2015 The Apache Software Foundation. All rights reserved.