Uses of Interface
org.redisson.api.mapreduce.RMapReduce
-
Packages that use RMapReduce Package Description org.redisson org.redisson.api org.redisson.api.mapreduce org.redisson.mapreduce org.redisson.transaction -
-
Uses of RMapReduce in org.redisson
Methods in org.redisson that return RMapReduce Modifier and Type Method Description <KOut,VOut>
RMapReduce<K,V,KOut,VOut>RedissonMap. mapReduce() -
Uses of RMapReduce in org.redisson.api
Methods in org.redisson.api that return RMapReduce Modifier and Type Method Description <KOut,VOut>
RMapReduce<K,V,KOut,VOut>RMap. mapReduce()ReturnsRMapReduceobject associated with this map -
Uses of RMapReduce in org.redisson.api.mapreduce
Methods in org.redisson.api.mapreduce that return RMapReduce Modifier and Type Method Description RMapReduce<KIn,VIn,KOut,VOut>RMapReduce. mapper(RMapper<KIn,VIn,KOut,VOut> mapper)Setup Mapper objectRMapReduce<KIn,VIn,KOut,VOut>RMapReduce. reducer(RReducer<KOut,VOut> reducer)Setup Reducer objectRMapReduce<KIn,VIn,KOut,VOut>RMapReduce. timeout(long timeout, TimeUnit unit)Defines timeout for MapReduce process. -
Uses of RMapReduce in org.redisson.mapreduce
Classes in org.redisson.mapreduce that implement RMapReduce Modifier and Type Class Description classRedissonMapReduce<KIn,VIn,KOut,VOut>Methods in org.redisson.mapreduce that return RMapReduce Modifier and Type Method Description RMapReduce<KIn,VIn,KOut,VOut>RedissonMapReduce. mapper(RMapper<KIn,VIn,KOut,VOut> mapper)RMapReduce<KIn,VIn,KOut,VOut>RedissonMapReduce. reducer(RReducer<KOut,VOut> reducer)RMapReduce<KIn,VIn,KOut,VOut>RedissonMapReduce. timeout(long timeout, TimeUnit unit) -
Uses of RMapReduce in org.redisson.transaction
Methods in org.redisson.transaction that return RMapReduce Modifier and Type Method Description <KOut,VOut>
RMapReduce<K,V,KOut,VOut>RedissonTransactionalMap. mapReduce()<KOut,VOut>
RMapReduce<K,V,KOut,VOut>RedissonTransactionalMapCache. mapReduce()
-