Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.distexec.mapreduce.Collator

Packages that use Collator
org.infinispan.distexec.mapreduce   
 

Uses of Collator in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce with parameters of type Collator
<R> R
MapReduceTask.execute(Collator<KOut,VOut,R> collator)
          Executes this task across Infinispan cluster but the final result is collated using specified Collator
<R> Future<R>
MapReduceTask.executeAsynchronously(Collator<KOut,VOut,R> collator)
          Executes this task asynchronously across Infinispan cluster; final result is collated using specified Collator and wrapped by Future
 


Infinispan Distribution 5.2.6.Final-redhat-2

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