Uses of Class
org.redisson.api.ExecutorOptions
-
Packages that use ExecutorOptions Package Description org.redisson org.redisson.api -
-
Uses of ExecutorOptions in org.redisson
Methods in org.redisson with parameters of type ExecutorOptions Modifier and Type Method Description RScheduledExecutorService
Redisson. getExecutorService(String name, ExecutorOptions options)
RScheduledExecutorService
Redisson. getExecutorService(String name, Codec codec, ExecutorOptions options)
Constructors in org.redisson with parameters of type ExecutorOptions Constructor Description RedissonExecutorService(Codec codec, CommandAsyncExecutor commandExecutor, Redisson redisson, String name, QueueTransferService queueTransferService, ConcurrentMap<String,ResponseEntry> responses, ExecutorOptions options)
-
Uses of ExecutorOptions in org.redisson.api
Methods in org.redisson.api that return ExecutorOptions Modifier and Type Method Description static ExecutorOptions
ExecutorOptions. defaults()
ExecutorOptions
ExecutorOptions. taskRetryInterval(long timeout, TimeUnit unit)
Defines task retry interval at the end of which task is executed again.Methods in org.redisson.api with parameters of type ExecutorOptions Modifier and Type Method Description RScheduledExecutorService
RedissonClient. getExecutorService(String name, ExecutorOptions options)
Returns ScheduledExecutorService by nameRScheduledExecutorService
RedissonClient. getExecutorService(String name, Codec codec, ExecutorOptions options)
Returns ScheduledExecutorService by name using provided codec for task, response and request serialization
-