Class RedissonCollectionMapReduce<VIn,KOut,VOut>

java.lang.Object
org.redisson.mapreduce.RedissonCollectionMapReduce<VIn,KOut,VOut>
Type Parameters:
VIn - input value type
KOut - output key type
VOut - output value type
All Implemented Interfaces:
RCollectionMapReduce<VIn,KOut,VOut>, RMapReduceExecutor<VIn,KOut,VOut>

public class RedissonCollectionMapReduce<VIn,KOut,VOut> extends Object implements RCollectionMapReduce<VIn,KOut,VOut>
Author:
Nikita Koksharov