Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.executor |
Modifier and Type | Class and Description |
---|---|
class |
RedissonExecutorService |
Modifier and Type | Method and Description |
---|---|
RScheduledExecutorService |
Redisson.getExecutorService(Codec codec,
String name)
Deprecated.
|
RScheduledExecutorService |
Redisson.getExecutorService(String name) |
RScheduledExecutorService |
Redisson.getExecutorService(String name,
Codec codec) |
RScheduledExecutorService |
Redisson.getExecutorService(String name,
Codec codec,
ExecutorOptions options) |
RScheduledExecutorService |
Redisson.getExecutorService(String name,
ExecutorOptions options) |
Modifier and Type | Method and Description |
---|---|
RScheduledExecutorService |
RedissonClient.getExecutorService(Codec codec,
String name)
Deprecated.
- use
RedissonClient.getExecutorService(String, Codec) instead. |
RScheduledExecutorService |
RedissonClient.getExecutorService(String name)
Returns ScheduledExecutorService by name
|
RScheduledExecutorService |
RedissonClient.getExecutorService(String name,
Codec codec)
Returns ScheduledExecutorService by name
using provided codec for task, response and request serialization
|
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
|
Modifier and Type | Field and Description |
---|---|
protected RScheduledExecutorService |
RedissonCompletionService.executorService |
Constructor and Description |
---|
RedissonCompletionService(RScheduledExecutorService executorService) |
RedissonCompletionService(RScheduledExecutorService executorService,
BlockingQueue<RFuture<V>> completionQueue) |
Copyright © 2014–2019 The Redisson Project. All rights reserved.