| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<V> RQueueReactive<V> |
RedissonReactive.getQueue(String name) |
<V> RQueueReactive<V> |
RedissonReactive.getQueue(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBlockingQueueReactive<V>
BlockingQueue backed by Redis |
interface |
RDequeReactive<V>
Deque backed by Redis |
| Modifier and Type | Method and Description |
|---|---|
<V> RQueueReactive<V> |
RedissonReactiveClient.getQueue(String name)
Returns queue instance by name.
|
<V> RQueueReactive<V> |
RBatchReactive.getQueue(String name)
Returns queue instance by name.
|
<V> RQueueReactive<V> |
RedissonReactiveClient.getQueue(String name,
Codec codec)
Returns queue instance by name
using provided codec for queue objects.
|
<V> RQueueReactive<V> |
RBatchReactive.getQueue(String name,
Codec codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonBlockingQueueReactive<V>
Distributed and concurrent implementation of
BlockingQueue. |
class |
RedissonDequeReactive<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonQueueReactive<V>
Distributed and concurrent implementation of
Queue |
| Modifier and Type | Method and Description |
|---|---|
<V> RQueueReactive<V> |
RedissonBatchReactive.getQueue(String name) |
<V> RQueueReactive<V> |
RedissonBatchReactive.getQueue(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.