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