| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.rx |
| Modifier and Type | Method and Description |
|---|---|
<V> RBlockingQueueRx<V> |
RedissonRx.getBlockingQueue(String name) |
<V> RBlockingQueueRx<V> |
RedissonRx.getBlockingQueue(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBlockingDequeRx<V>
RxJava2 interface for Redis based BlockingDeque object
|
interface |
RTransferQueueRx<V>
RxJava2 interface of Redis based implementation of
TransferQueue |
| Modifier and Type | Method and Description |
|---|---|
<V> RBlockingQueueRx<V> |
RBatchRx.getBlockingQueue(String name)
Returns blocking queue instance by name.
|
<V> RBlockingQueueRx<V> |
RedissonRxClient.getBlockingQueue(String name)
Returns blocking queue instance by name.
|
<V> RBlockingQueueRx<V> |
RBatchRx.getBlockingQueue(String name,
Codec codec) |
<V> RBlockingQueueRx<V> |
RedissonRxClient.getBlockingQueue(String name,
Codec codec)
Returns blocking queue instance by name
using provided codec for queue objects.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RBlockingQueueRx<V> |
RedissonBatchRx.getBlockingQueue(String name) |
<V> RBlockingQueueRx<V> |
RedissonBatchRx.getBlockingQueue(String name,
Codec codec) |
Copyright © 2014–2021 Redisson. All rights reserved.