Uses of Class
org.redisson.api.ExecutorOptions
Packages that use ExecutorOptions
-
Uses of ExecutorOptions in org.redisson
Methods in org.redisson with parameters of type ExecutorOptionsModifier and TypeMethodDescriptionRedisson.getExecutorService(String name, ExecutorOptions options) Redisson.getExecutorService(String name, Codec codec, ExecutorOptions options) Constructors in org.redisson with parameters of type ExecutorOptionsModifierConstructorDescriptionRedissonExecutorService(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 ExecutorOptionsModifier and TypeMethodDescriptionstatic ExecutorOptionsExecutorOptions.defaults()ExecutorOptions.idGenerator(IdGenerator idGenerator) Defines identifier generatorExecutorOptions.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 ExecutorOptionsModifier and TypeMethodDescriptionRedissonClient.getExecutorService(String name, ExecutorOptions options) Returns ScheduledExecutorService by nameRedissonClient.getExecutorService(String name, Codec codec, ExecutorOptions options) Returns ScheduledExecutorService by name using provided codec for task, response and request serialization