| Package | Description |
|---|---|
| org.redisson.api.mapreduce | |
| org.redisson.mapreduce |
| Modifier and Type | Method and Description |
|---|---|
RCollectionMapReduce<VIn,KOut,VOut> |
RCollectionMapReduce.mapper(RCollectionMapper<VIn,KOut,VOut> mapper)
Setup Mapper object
|
| Modifier and Type | Method and Description |
|---|---|
RCollectionMapReduce<VIn,KOut,VOut> |
RedissonCollectionMapReduce.mapper(RCollectionMapper<VIn,KOut,VOut> mapper) |
| Constructor and Description |
|---|
CollectionMapperTask(RCollectionMapper<VIn,KOut,VOut> mapper,
Class<?> objectClass,
Class<?> objectCodecClass) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.