Generated by
JDiff

Class org.infinispan.distexec.mapreduce.MapReduceManagerImpl

Documentation changed from old to new.

Added Methods
Set<KOut> mapAndCombine(MapCombineCommand<KIn, VIn, KOut, VOut>)  
void reduce(ReduceCommand<KOut, VOut>, Map<KOut, VOut>)  
void reduce(ReduceCommand<KOut, VOut>, String)  
 

Changed Methods
Map<KOut, List<VOut>> combine(MapCombineCommand<KIn, VIn, KOut, VOut>, Map<KOut, List<VOut>>) Change in return type from Set<KOut> to (Map<KOut, List<VOut>>).
Change in signature from (MapCombineCommand<KIn, VIn, KOut, VOut>, CollectableCollector<KOut, VOut>) to (MapCombineCommand<KIn, VIn, KOut, VOut>, Map<KOut, List<VOut>>).
Change in exceptions thrown from java.lang.Exception to no exceptions.