K - key typeV - value typeR - result typepublic interface RCollator<K,V,R> extends Serializable
RReducer tasks and produces a single result object.
Executes only once.| Modifier and Type | Method and Description |
|---|---|
R |
collate(Map<K,V> resultMap)
Collates result map from reduce phase of MapReduce process.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.