K - keyV - valuepublic class Collector<K,V> extends Object implements RCollector<K,V>
| Constructor and Description |
|---|
Collector(Codec codec,
RedissonClient client,
String name,
int parts,
long timeout) |
public Collector(Codec codec, RedissonClient client, String name, int parts, long timeout)
public void emit(K key, V value)
RCollectoremit in interface RCollector<K,V>key - available to reducevalue - available to reduceCopyright © 2014–2018 The Redisson Project. All rights reserved.