Uses of Interface
org.redisson.api.RScheduledExecutorService
Packages that use RScheduledExecutorService
-
Uses of RScheduledExecutorService in org.redisson
Classes in org.redisson that implement RScheduledExecutorServiceMethods in org.redisson that return RScheduledExecutorServiceModifier and TypeMethodDescriptionRedisson.getExecutorService(String name) Redisson.getExecutorService(String name, ExecutorOptions options) Redisson.getExecutorService(String name, Codec codec) Redisson.getExecutorService(String name, Codec codec, ExecutorOptions options) -
Uses of RScheduledExecutorService in org.redisson.api
Methods in org.redisson.api that return RScheduledExecutorServiceModifier and TypeMethodDescriptionRedissonClient.getExecutorService(String name) Returns ScheduledExecutorService by nameRedissonClient.getExecutorService(String name, ExecutorOptions options) Returns ScheduledExecutorService by nameRedissonClient.getExecutorService(String name, Codec codec) Returns ScheduledExecutorService by name using provided codec for task, response and request serializationRedissonClient.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 RScheduledExecutorServiceModifier and TypeFieldDescriptionprotected final RScheduledExecutorServiceRedissonCompletionService.executorServiceConstructors in org.redisson.executor with parameters of type RScheduledExecutorServiceModifierConstructorDescriptionRedissonCompletionService(RScheduledExecutorService executorService) RedissonCompletionService(RScheduledExecutorService executorService, BlockingQueue<RFuture<V>> completionQueue)