Uses of Interface
org.redisson.api.mapreduce.RMapReduceExecutor
-
Packages that use RMapReduceExecutor Package Description org.redisson.api.mapreduce org.redisson.mapreduce -
-
Uses of RMapReduceExecutor in org.redisson.api.mapreduce
Subinterfaces of RMapReduceExecutor in org.redisson.api.mapreduce Modifier and Type Interface Description interfaceRCollectionMapReduce<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 RMapReduceExecutor Modifier and Type Class Description classRedissonCollectionMapReduce<VIn,KOut,VOut>classRedissonMapReduce<KIn,VIn,KOut,VOut>
-