Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
MapReduceCommand(Mapper m,
Reducer r,
String cacheName,
Collection<Object> inputKeys) |
MapReduceCommand(Mapper m,
Reducer r,
String cacheName,
Object... inputKeys) |
Modifier and Type | Method and Description |
---|---|
protected Reducer<KOut,VOut> |
MapReduceTask.clone(Reducer<KOut,VOut> reducer) |
Modifier and Type | Method and Description |
---|---|
protected Reducer<KOut,VOut> |
MapReduceTask.clone(Reducer<KOut,VOut> reducer) |
MapReduceTask<KIn,VIn,KOut,VOut> |
MapReduceTask.reducedWith(Reducer<KOut,VOut> reducer)
Specifies Reducer to use for this MapReduceTask
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.