Uses of Interface
org.redisson.api.RScheduledExecutorService
-
Packages that use RScheduledExecutorService Package Description org.redisson org.redisson.api org.redisson.executor -
-
Uses of RScheduledExecutorService in org.redisson
Classes in org.redisson that implement RScheduledExecutorService Modifier and Type Class Description class
RedissonExecutorService
Methods in org.redisson that return RScheduledExecutorService Modifier and Type Method Description RScheduledExecutorService
Redisson. getExecutorService(String name)
RScheduledExecutorService
Redisson. getExecutorService(String name, ExecutorOptions options)
RScheduledExecutorService
Redisson. getExecutorService(String name, Codec codec)
RScheduledExecutorService
Redisson. getExecutorService(String name, Codec codec, ExecutorOptions options)
-
Uses of RScheduledExecutorService in org.redisson.api
Methods in org.redisson.api that return RScheduledExecutorService Modifier and Type Method Description RScheduledExecutorService
RedissonClient. getExecutorService(String name)
Returns ScheduledExecutorService by nameRScheduledExecutorService
RedissonClient. getExecutorService(String name, ExecutorOptions options)
Returns ScheduledExecutorService by nameRScheduledExecutorService
RedissonClient. getExecutorService(String name, Codec codec)
Returns ScheduledExecutorService by name using provided codec for task, response and request serializationRScheduledExecutorService
RedissonClient. getExecutorService(String name, Codec codec, ExecutorOptions options)
Returns ScheduledExecutorService by name using provided codec for task, response and request serialization -
Uses of RScheduledExecutorService in org.redisson.executor
Fields in org.redisson.executor declared as RScheduledExecutorService Modifier and Type Field Description protected RScheduledExecutorService
RedissonCompletionService. executorService
Constructors in org.redisson.executor with parameters of type RScheduledExecutorService Constructor Description RedissonCompletionService(RScheduledExecutorService executorService)
RedissonCompletionService(RScheduledExecutorService executorService, BlockingQueue<RFuture<V>> completionQueue)
-