Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.rx |
Modifier and Type | Method and Description |
---|---|
<V> RBlockingDequeRx<V> |
RedissonRx.getBlockingDeque(String name) |
<V> RBlockingDequeRx<V> |
RedissonRx.getBlockingDeque(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RBlockingDequeRx<V> |
RedissonRxClient.getBlockingDeque(String name)
Returns unbounded blocking deque instance by name.
|
<V> RBlockingDequeRx<V> |
RBatchRx.getBlockingDeque(String name)
Returns blocking deque instance by name.
|
<V> RBlockingDequeRx<V> |
RedissonRxClient.getBlockingDeque(String name,
Codec codec)
Returns unbounded blocking deque instance by name
using provided codec for deque objects.
|
<V> RBlockingDequeRx<V> |
RBatchRx.getBlockingDeque(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RBlockingDequeRx<V> |
RedissonBatchRx.getBlockingDeque(String name) |
<V> RBlockingDequeRx<V> |
RedissonBatchRx.getBlockingDeque(String name,
Codec codec) |
Copyright © 2014–2019 The Redisson Project. All rights reserved.