Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.rx |
Modifier and Type | Method and Description |
---|---|
<V> RDequeRx<V> |
RedissonRx.getDeque(String name) |
<V> RDequeRx<V> |
RedissonRx.getDeque(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RBlockingDequeRx<V>
RxJava2 interface for Redis based BlockingDeque object
|
Modifier and Type | Method and Description |
---|---|
<V> RDequeRx<V> |
RedissonRxClient.getDeque(String name)
Returns deque instance by name.
|
<V> RDequeRx<V> |
RBatchRx.getDeque(String name)
Returns deque instance by name.
|
<V> RDequeRx<V> |
RedissonRxClient.getDeque(String name,
Codec codec)
Returns deque instance by name
using provided codec for deque objects.
|
<V> RDequeRx<V> |
RBatchRx.getDeque(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RDequeRx<V> |
RedissonBatchRx.getDeque(String name) |
<V> RDequeRx<V> |
RedissonBatchRx.getDeque(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.