Package org.redisson.mapreduce
Class Collector<K,V>
java.lang.Object
org.redisson.mapreduce.Collector<K,V>
- Type Parameters:
K- keyV- value
- All Implemented Interfaces:
RCollector<K,V>
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionCollector(Codec codec, RedissonClient client, String name, int parts, long timeout) -
Method Summary
-
Constructor Details
-
Collector
-
-
Method Details
-
emit
Description copied from interface:RCollectorStore key/value- Specified by:
emitin interfaceRCollector<K,V> - Parameters:
key- available to reducevalue- available to reduce
-