Uses of Interface
org.redisson.api.RExecutorService
-
Packages that use RExecutorService Package Description org.redisson org.redisson.api org.redisson.mapreduce -
-
Uses of RExecutorService in org.redisson
Classes in org.redisson that implement RExecutorService Modifier and Type Class Description classRedissonExecutorService -
Uses of RExecutorService in org.redisson.api
Subinterfaces of RExecutorService in org.redisson.api Modifier and Type Interface Description interfaceRScheduledExecutorServiceRedis based implementation ofScheduledExecutorService -
Uses of RExecutorService in org.redisson.mapreduce
Constructors in org.redisson.mapreduce with parameters of type RExecutorService Constructor Description SubTasksExecutor(RExecutorService executor, int workersAmount, long startTime, long timeout)
-