K
- key typeV
- value typepublic interface RReducer<K,V> extends Serializable
Modifier and Type | Method and Description |
---|---|
V |
reduce(K reducedKey,
Iterator<V> iter)
Invoked for each key
|
Copyright © 2014–2019 The Redisson Project. All rights reserved.