| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<V> RDequeReactive<V> |
RedissonReactive.getDeque(String name) |
<V> RDequeReactive<V> |
RedissonReactive.getDeque(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBlockingDequeReactive<V>
Reactive interface for Redis based BlockingDeque object
|
| Modifier and Type | Method and Description |
|---|---|
<V> RDequeReactive<V> |
RedissonReactiveClient.getDeque(String name)
Returns deque instance by name.
|
<V> RDequeReactive<V> |
RBatchReactive.getDeque(String name)
Returns deque instance by name.
|
<V> RDequeReactive<V> |
RedissonReactiveClient.getDeque(String name,
Codec codec)
Returns deque instance by name
using provided codec for deque objects.
|
<V> RDequeReactive<V> |
RBatchReactive.getDeque(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<V> RDequeReactive<V> |
RedissonBatchReactive.getDeque(String name) |
<V> RDequeReactive<V> |
RedissonBatchReactive.getDeque(String name,
Codec codec) |
Copyright © 2014–2020 Redisson. All rights reserved.