Package | Description |
---|---|
org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
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.