Class CollatorTask<KOut,VOut,R>

java.lang.Object
org.redisson.mapreduce.CollatorTask<KOut,VOut,R>
Type Parameters:
KOut - key type
VOut - value type
R - result type
All Implemented Interfaces:
Callable<R>

public class CollatorTask<KOut,VOut,R> extends Object implements Callable<R>
Author:
Nikita Koksharov