Package | Description |
---|---|
org.redisson.api.mapreduce | |
org.redisson.mapreduce |
Modifier and Type | Method and Description |
---|---|
RMapReduce<KIn,VIn,KOut,VOut> |
RMapReduce.reducer(RReducer<KOut,VOut> reducer)
Setup Reducer object
|
RCollectionMapReduce<VIn,KOut,VOut> |
RCollectionMapReduce.reducer(RReducer<KOut,VOut> reducer)
Setup Reducer object
|
Modifier and Type | Method and Description |
---|---|
RMapReduce<KIn,VIn,KOut,VOut> |
RedissonMapReduce.reducer(RReducer<KOut,VOut> reducer) |
RCollectionMapReduce<VIn,KOut,VOut> |
RedissonCollectionMapReduce.reducer(RReducer<KOut,VOut> reducer) |
Constructor and Description |
---|
CoordinatorTask(BaseMapperTask<KOut,VOut> mapperTask,
RReducer<KOut,VOut> reducer,
String mapName,
String resultMapName,
Class<?> mapCodecClass,
Class<?> objectClass,
RCollator<KOut,VOut,Object> collator,
long timeout,
long startTime) |
ReducerTask(String name,
RReducer<KOut,VOut> reducer,
Class<?> codecClass,
String resultMapName,
long timeout) |
Copyright © 2014–2020 Redisson. All rights reserved.