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