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

Packages that use Mapper
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.distexec.mapreduce   
 

Uses of Mapper in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type Mapper
 MapReduceCommand CommandsFactoryImpl.buildMapReduceCommand(Mapper m, Reducer r, Address sender, Collection keys)
           
 MapReduceCommand CommandsFactory.buildMapReduceCommand(Mapper m, Reducer r, Address sender, Collection keys)
          Builds a MapReduceCommand used for migration and execution of MapReduce tasks.
 

Uses of Mapper in org.infinispan.commands.read
 

Constructors in org.infinispan.commands.read with parameters of type Mapper
MapReduceCommand(Mapper m, Reducer r, String cacheName, Collection<Object> inputKeys)
           
MapReduceCommand(Mapper m, Reducer r, String cacheName, Object... inputKeys)
           
 

Uses of Mapper in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce with parameters of type Mapper
 MapReduceTask<KIn,VIn,KOut,VOut> MapReduceTask.mappedWith(Mapper<KIn,VIn,KOut,VOut> mapper)
          Specifies Mapper to use for this MapReduceTask
 


-->

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