| Interface | Description |
|---|---|
| RCollator<K,V,R> |
Collates result from
RReducer tasks and produces a single result object. |
| RCollectionMapper<VIn,KOut,VOut> |
Mapper task invoked during map phase of MapReduce process and launched across Redisson Nodes.
|
| RCollectionMapReduce<VIn,KOut,VOut> |
MapReduce allows to process large amount of data stored in
RSet, RList, RSetCache, RScoredSortedSet, RSortedSet and others
using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes. |
| RCollector<K,V> |
Stores each key/value mapping during map phase of MapReduce process.
|
| RMapper<KIn,VIn,KOut,VOut> |
Mapper task invoked during map phase of MapReduce process and launched across Redisson Nodes.
|
| RMapReduce<KIn,VIn,KOut,VOut> |
MapReduce allows to process large amount of data stored in Redis map
using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes.
|
| RMapReduceExecutor<VIn,KOut,VOut> |
Contains methods for MapReduce process execution.
|
| RReducer<K,V> |
Reduces values mapped by key into single value.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.