| Package | Description |
|---|---|
| org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
| Modifier and Type | Field and Description |
|---|---|
protected Reducer<KOut,VOut> |
MapReduceTask.combiner
Deprecated.
|
protected Reducer<KOut,VOut> |
MapReduceTask.reducer
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Reducer<KOut,VOut> |
MapReduceTask.clone(Reducer<KOut,VOut> reducer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Reducer<KOut,VOut> |
MapReduceTask.clone(Reducer<KOut,VOut> reducer)
Deprecated.
|
MapReduceTask<KIn,VIn,KOut,VOut> |
MapReduceTask.combinedWith(Reducer<KOut,VOut> combiner)
Deprecated.
Specifies Combiner to use for this MapReduceTask
|
MapReduceTask<KIn,VIn,KOut,VOut> |
MapReduceTask.reducedWith(Reducer<KOut,VOut> reducer)
Deprecated.
Specifies Reducer to use for this MapReduceTask
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.