Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.read.ReduceCommand

Packages that use ReduceCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.distexec.mapreduce   
 

Uses of ReduceCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return ReduceCommand
<KOut,VOut>
ReduceCommand<KOut,VOut>
CommandsFactory.buildReduceCommand(String taskId, String destinationCache, Reducer<KOut,VOut> r, Collection<KOut> keys)
          Builds a ReduceCommand used for migration and reduce phase execution of MapReduce tasks.
<KOut,VOut>
ReduceCommand<KOut,VOut>
CommandsFactoryImpl.buildReduceCommand(String taskId, String destintationCache, Reducer<KOut,VOut> r, Collection<KOut> keys)
           
 

Uses of ReduceCommand in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce with parameters of type ReduceCommand
protected
<V> org.infinispan.distexec.mapreduce.MapReduceTask.ReduceTaskPart<V>
MapReduceTask.createReducePart(ReduceCommand<KOut,VOut> cmd, Address target, String destCacheName)
           
<KOut,VOut>
Map<KOut,VOut>
MapReduceManager.reduce(ReduceCommand<KOut,VOut> reducer)
          Invoked when ReduceCommand arrives to a target Infinispan node.
<KOut,VOut>
Map<KOut,VOut>
MapReduceManagerImpl.reduce(ReduceCommand<KOut,VOut> reduceCommand)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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