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 classRedissonExecutorServiceMethods in org.redisson that return RScheduledExecutorService Modifier and Type Method Description RScheduledExecutorServiceRedisson. getExecutorService(String name)RScheduledExecutorServiceRedisson. getExecutorService(String name, ExecutorOptions options)RScheduledExecutorServiceRedisson. getExecutorService(String name, Codec codec)RScheduledExecutorServiceRedisson. 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 RScheduledExecutorServiceRedissonClient. getExecutorService(String name)Returns ScheduledExecutorService by nameRScheduledExecutorServiceRedissonClient. getExecutorService(String name, ExecutorOptions options)Returns ScheduledExecutorService by nameRScheduledExecutorServiceRedissonClient. getExecutorService(String name, Codec codec)Returns ScheduledExecutorService by name using provided codec for task, response and request serializationRScheduledExecutorServiceRedissonClient. 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 RScheduledExecutorServiceRedissonCompletionService. executorServiceConstructors in org.redisson.executor with parameters of type RScheduledExecutorService Constructor Description RedissonCompletionService(RScheduledExecutorService executorService)RedissonCompletionService(RScheduledExecutorService executorService, BlockingQueue<RFuture<V>> completionQueue)
-