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)
RCollector
emit
in interface RCollector<K,V>
key
- available to reducevalue
- available to reduceCopyright © 2014–2020 Redisson. All rights reserved.