Uses of Interface
org.redisson.api.mapreduce.RMapReduceExecutor
Packages that use RMapReduceExecutor
-
Uses of RMapReduceExecutor in org.redisson.api.mapreduce
Subinterfaces of RMapReduceExecutor in org.redisson.api.mapreduceModifier and TypeInterfaceDescriptioninterfaceRCollectionMapReduce<VIn,KOut, VOut> MapReduce allows to process large amount of data stored inRSet,RList,RSetCache,RScoredSortedSet,RSortedSetand others using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes.interfaceRMapReduce<KIn,VIn, KOut, VOut> MapReduce allows to process large amount of data stored in Redis map using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes. -
Uses of RMapReduceExecutor in org.redisson.mapreduce
Classes in org.redisson.mapreduce that implement RMapReduceExecutorModifier and TypeClassDescriptionclassRedissonCollectionMapReduce<VIn,KOut, VOut> classRedissonMapReduce<KIn,VIn, KOut, VOut>