| Package | Description |
|---|---|
| org.infinispan.cdi |
This is the Infinispan CDI module.
|
| org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
| Modifier and Type | Method and Description |
|---|---|
<KOut,VOut> |
CDIMapReduceTaskLifecycle.onPostExecute(Reducer<KOut,VOut> reducer) |
<KOut,VOut> |
CDIMapReduceTaskLifecycle.onPreExecute(Reducer<KOut,VOut> reducer,
Cache<?,?> cache) |
| Modifier and Type | Field and Description |
|---|---|
protected Reducer<KOut,VOut> |
MapReduceTask.combiner |
protected Reducer<KOut,VOut> |
MapReduceTask.reducer |
| 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.combinedWith(Reducer<KOut,VOut> combiner)
Specifies Combiner to use for this MapReduceTask
|
MapReduceTask<KIn,VIn,KOut,VOut> |
MapReduceTask.reducedWith(Reducer<KOut,VOut> reducer)
Specifies Reducer to use for this MapReduceTask
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.