Uses of Interface
org.redisson.api.mapreduce.RCollectionMapReduce
-
Packages that use RCollectionMapReduce Package Description org.redisson org.redisson.api org.redisson.api.mapreduce org.redisson.mapreduce org.redisson.transaction -
-
Uses of RCollectionMapReduce in org.redisson
Methods in org.redisson that return RCollectionMapReduce Modifier and Type Method Description <KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonList. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonListMultimapValues. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonScoredSortedSet. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonSet. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonSetCache. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonSetMultimapValues. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonSortedSet. mapReduce()
-
Uses of RCollectionMapReduce in org.redisson.api
Methods in org.redisson.api that return RCollectionMapReduce Modifier and Type Method Description <KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RList. mapReduce()
ReturnsRMapReduce
object associated with this map<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RScoredSortedSet. mapReduce()
ReturnsRMapReduce
object associated with this object<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RSet. mapReduce()
ReturnsRMapReduce
object associated with this object<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RSetCache. mapReduce()
ReturnsRMapReduce
object associated with this map<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RSortedSet. mapReduce()
ReturnsRMapReduce
object associated with this object -
Uses of RCollectionMapReduce in org.redisson.api.mapreduce
Methods in org.redisson.api.mapreduce that return RCollectionMapReduce Modifier and Type Method Description RCollectionMapReduce<VIn,KOut,VOut>
RCollectionMapReduce. mapper(RCollectionMapper<VIn,KOut,VOut> mapper)
Setup Mapper objectRCollectionMapReduce<VIn,KOut,VOut>
RCollectionMapReduce. reducer(RReducer<KOut,VOut> reducer)
Setup Reducer objectRCollectionMapReduce<VIn,KOut,VOut>
RCollectionMapReduce. timeout(long timeout, TimeUnit unit)
Defines timeout for MapReduce process -
Uses of RCollectionMapReduce in org.redisson.mapreduce
Classes in org.redisson.mapreduce that implement RCollectionMapReduce Modifier and Type Class Description class
RedissonCollectionMapReduce<VIn,KOut,VOut>
Methods in org.redisson.mapreduce that return RCollectionMapReduce Modifier and Type Method Description RCollectionMapReduce<VIn,KOut,VOut>
RedissonCollectionMapReduce. mapper(RCollectionMapper<VIn,KOut,VOut> mapper)
RCollectionMapReduce<VIn,KOut,VOut>
RedissonCollectionMapReduce. reducer(RReducer<KOut,VOut> reducer)
RCollectionMapReduce<VIn,KOut,VOut>
RedissonCollectionMapReduce. timeout(long timeout, TimeUnit unit)
-
Uses of RCollectionMapReduce in org.redisson.transaction
Methods in org.redisson.transaction that return RCollectionMapReduce Modifier and Type Method Description <KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonTransactionalSet. mapReduce()
<KOut,VOut>
RCollectionMapReduce<V,KOut,VOut>RedissonTransactionalSetCache. mapReduce()
-