Uses of Interface
org.redisson.api.mapreduce.RCollectionMapper
-
Packages that use RCollectionMapper Package Description org.redisson.api.mapreduce org.redisson.mapreduce -
-
Uses of RCollectionMapper in org.redisson.api.mapreduce
Methods in org.redisson.api.mapreduce with parameters of type RCollectionMapper Modifier and Type Method Description RCollectionMapReduce<VIn,KOut,VOut>
RCollectionMapReduce. mapper(RCollectionMapper<VIn,KOut,VOut> mapper)
Setup Mapper object -
Uses of RCollectionMapper in org.redisson.mapreduce
Methods in org.redisson.mapreduce with parameters of type RCollectionMapper Modifier and Type Method Description RCollectionMapReduce<VIn,KOut,VOut>
RedissonCollectionMapReduce. mapper(RCollectionMapper<VIn,KOut,VOut> mapper)
Constructors in org.redisson.mapreduce with parameters of type RCollectionMapper Constructor Description CollectionMapperTask(RCollectionMapper<VIn,KOut,VOut> mapper, Class<?> objectClass, Class<?> objectCodecClass)
-