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) |
combine
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
Copyright © 2015 The Apache Software Foundation. All rights reserved.