Classes in org.infinispan.distexec.mapreduce used by org.infinispan.distexec.mapreduce |
Collator
Collator coordinates results from Reducers executed on Infinispan cluster and assembles a final
result returned to an invoker of MapReduceTask. |
Mapper
Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input
entry K,V. |
MapReduceTask
MapReduceTask is a distributed task which allows a large scale computation to be transparently
parallelized across Infinispan cluster nodes. |
Reducer
Reduces a list of results T from map phase of MapReduceTask. |