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 MapReduceTask.collate(Collator<R> mapper)
          Specifies collator to use for this MapReduceTask and returns a result of this task's computation
 Future<R> MapReduceTask.collateAsynchronously(Collator<R> mapper)
          Specifies collator to use for this MapReduceTask and returns a result of this task's computation asynchronously
 



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