Interface Summary |
Collator<KOut,VOut,R> |
Collator collates results from Reducers executed on Infinispan cluster and assembles a final
result returned to an invoker of MapReduceTask. |
Collector<K,V> |
OutputCollector is the intermediate key/value result data output collector given to each Mapper |
Mapper<KIn,VIn,KOut,VOut> |
Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input
entry K,V. |
Reducer<KOut,VOut> |
Reduces intermediate key/value results from map phase of MapReduceTask. |