Uses of Class
org.infinispan.distexec.mapreduce.MapReduceTask

Packages that use MapReduceTask
org.infinispan.distexec.mapreduce   
 

Uses of MapReduceTask in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce that return MapReduceTask
 MapReduceTask<K,V,T,R> MapReduceTask.mappedWith(Mapper<K,V,T> mapper)
          Specifies mapper to use for this MapReduceTask
 MapReduceTask<K,V,T,R> MapReduceTask.onKeys(K... input)
          Rather than use all available keys as input onKeys allows users to specify a subset of keys as input to this task
 MapReduceTask<K,V,T,R> MapReduceTask.reducedWith(Reducer<R,T> reducer)
          Specifies reducer to use for this MapReduceTask
 



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