| Package | Description |
|---|---|
| org.infinispan.cdi |
This is the Infinispan CDI module.
|
| org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
| Modifier and Type | Method and Description |
|---|---|
<KIn,VIn,KOut,VOut> |
CDIMapReduceTaskLifecycle.onPostExecute(Mapper<KIn,VIn,KOut,VOut> mapper) |
<KIn,VIn,KOut,VOut> |
CDIMapReduceTaskLifecycle.onPreExecute(Mapper<KIn,VIn,KOut,VOut> mapper,
Cache<KIn,VIn> inputCache) |
| Modifier and Type | Field and Description |
|---|---|
protected Mapper<KIn,VIn,KOut,VOut> |
MapReduceTask.mapper |
| Modifier and Type | Method and Description |
|---|---|
protected Mapper<KIn,VIn,KOut,VOut> |
MapReduceTask.clone(Mapper<KIn,VIn,KOut,VOut> mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected Mapper<KIn,VIn,KOut,VOut> |
MapReduceTask.clone(Mapper<KIn,VIn,KOut,VOut> mapper) |
MapReduceTask<KIn,VIn,KOut,VOut> |
MapReduceTask.mappedWith(Mapper<KIn,VIn,KOut,VOut> mapper)
Specifies Mapper to use for this MapReduceTask
|
| Constructor and Description |
|---|
MapReduceCacheLoaderTask(Mapper<KIn,VIn,KOut,VOut> mapper,
Collector<KOut,VOut> collector) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.