| 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 |
| Class and Description |
|---|
| Mapper
Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input
entry K,V.
|
| Reducer
Reduces intermediate key/value results from map phase of MapReduceTask.
|
| Class and Description |
|---|
| Mapper
Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input
entry K,V.
|
| Reducer
Reduces intermediate key/value results from map phase of MapReduceTask.
|
| Class and Description |
|---|
| Collator
Collator collates results from Reducers executed on Infinispan cluster and assembles a final
result returned to an invoker of MapReduceTask.
|
| Collector
OutputCollector is the intermediate key/value result data output collector given to each
Mapper |
| Mapper
Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input
entry K,V.
|
| MapReduceTask
MapReduceTask is a distributed task allowing a large scale computation to be transparently
parallelized across Infinispan cluster nodes.
|
| Reducer
Reduces intermediate key/value results from map phase of MapReduceTask.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.