Package org.infinispan.distexec.mapreduce

Interface Summary
Collator<R> Collator coordinates results from Reducers executed on Infinispan cluster and assembles a final result returned to an invoker of MapReduceTask.
Mapper<K,V,T> Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input entry K,V.
Reducer<T,R> Reduces a list of results T from map phase of MapReduceTask.
 

Class Summary
MapReduceTask<K,V,T,R> MapReduceTask is a distributed task which allows a large scale computation to be transparently parallelized across Infinispan cluster nodes.
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.