| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Method and Description |
|---|---|
RScheduledExecutorService |
Redisson.getExecutorService(String name,
Codec codec,
ExecutorOptions options) |
RScheduledExecutorService |
Redisson.getExecutorService(String name,
ExecutorOptions options) |
| Constructor and Description |
|---|
RedissonExecutorService(Codec codec,
CommandExecutor commandExecutor,
Redisson redisson,
String name,
QueueTransferService queueTransferService,
ConcurrentMap<String,ResponseEntry> responses,
ExecutorOptions options) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RScheduledExecutorService |
RedissonClient.getExecutorService(String name,
Codec codec,
ExecutorOptions options)
Returns ScheduledExecutorService by name
using provided codec for task, response and request serialization
|
RScheduledExecutorService |
RedissonClient.getExecutorService(String name,
ExecutorOptions options)
Returns ScheduledExecutorService by name
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.