public final class Aggregator<K2,V2> extends Object
Aggregator class.
Constructor and Description |
---|
Aggregator(int numReduceTasks)
Constructor for Aggregator.
|
Modifier and Type | Method and Description |
---|---|
void |
emit(K2 inKey,
V2 inValue)
emit.
|
protected Map<K2,List<V2>> |
intermediates(int reducerId)
intermediates.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.