Package org.redisson.mapreduce
Class CoordinatorTask<KOut,VOut>
- java.lang.Object
-
- org.redisson.mapreduce.CoordinatorTask<KOut,VOut>
-
- Type Parameters:
KOut
- output keyVOut
- output value
- All Implemented Interfaces:
Serializable
,Callable<Object>
public class CoordinatorTask<KOut,VOut> extends Object implements Callable<Object>, Serializable
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Codec
codec
protected Class<?>
objectClass
protected String
objectName
protected RedissonClient
redisson
-
Constructor Summary
Constructors Constructor Description CoordinatorTask()
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)
-
-
-
Field Detail
-
redisson
protected RedissonClient redisson
-
objectName
protected String objectName
-
objectClass
protected Class<?> objectClass
-
codec
protected Codec codec
-
-