public interface Reducer<KOut,VOut>
extends Serializable
Reduces intermediate key/value results from map phase of MapReduceTask. Infinispan distributed
execution environment uses one instance of Reducer per execution node.
Since:
5.0
Author:
Manik Surtani, Vladimir Blagojevic, Sanne Grinovero