|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Reducer<KOut,VOut>
Reduces intermediate key/value results from map phase of MapReduceTask. Infinispan distributed execution environment uses one instance of Reducer per execution node.
Mapper
,
MapReduceTask
Method Summary | |
---|---|
VOut |
reduce(KOut reducedKey,
Iterator<VOut> iter)
Combines/reduces all intermediate values for a particular intermediate key to a single value. |
Method Detail |
---|
VOut reduce(KOut reducedKey, Iterator<VOut> iter)
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |