| Package | Description |
|---|---|
| org.redisson.api.mapreduce | |
| org.redisson.mapreduce |
| Modifier and Type | Method and Description |
|---|---|
RMapReduce<KIn,VIn,KOut,VOut> |
RMapReduce.mapper(RMapper<KIn,VIn,KOut,VOut> mapper)
Setup Mapper object
|
| Modifier and Type | Field and Description |
|---|---|
protected RMapper<KIn,VIn,KOut,VOut> |
MapperTask.mapper |
| Modifier and Type | Method and Description |
|---|---|
RMapReduce<KIn,VIn,KOut,VOut> |
RedissonMapReduce.mapper(RMapper<KIn,VIn,KOut,VOut> mapper) |
| Constructor and Description |
|---|
MapperTask(RMapper<KIn,VIn,KOut,VOut> mapper,
Class<?> objectClass,
Class<?> objectCodecClass) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.