Package org.redisson.mapreduce
Class CollectionMapperTask<VIn,KOut,VOut>
java.lang.Object
org.redisson.mapreduce.BaseMapperTask<KOut,VOut>
org.redisson.mapreduce.CollectionMapperTask<VIn,KOut,VOut>
- Type Parameters:
VIn
- input value typeKOut
- output key typeVOut
- output value type
- All Implemented Interfaces:
Serializable
,Runnable
- Author:
- Nikita Koksharov
- See Also:
-
Field Summary
Fields inherited from class org.redisson.mapreduce.BaseMapperTask
collectorMapName, objectClass, objectCodecClass, objectNames, redisson, timeout, workersAmount
-
Constructor Summary
ConstructorDescriptionCollectionMapperTask
(RCollectionMapper<VIn, KOut, VOut> mapper, Class<?> objectClass, Class<?> objectCodecClass) -
Method Summary
Methods inherited from class org.redisson.mapreduce.BaseMapperTask
addObjectName, clearObjectNames, setCollectorMapName, setTimeout, setWorkersAmount
-
Constructor Details
-
CollectionMapperTask
public CollectionMapperTask() -
CollectionMapperTask
-
-
Method Details
-
run
public void run()
-