Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.rx |
Modifier and Type | Class and Description |
---|---|
class |
RedissonBlockingDeque<V>
Distributed and concurrent implementation of
BlockingDeque . |
class |
RedissonBlockingQueue<V>
Distributed and concurrent implementation of
BlockingQueue . |
class |
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of bounded
BlockingQueue . |
class |
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.
|
class |
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation of
PriorityBlockingQueue . |
class |
RedissonTransferQueue<V> |
Modifier and Type | Method and Description |
---|---|
<V> RBlockingQueueAsync<V> |
RedissonBatch.getBlockingQueue(String name) |
<V> RBlockingQueueAsync<V> |
RedissonBatch.getBlockingQueue(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RBlockingDeque<V>
BlockingDeque backed by Redis |
interface |
RBlockingDequeAsync<V>
Distributed async implementation of
BlockingDeque |
interface |
RBlockingQueue<V>
Distributed implementation of
BlockingQueue |
interface |
RBoundedBlockingQueue<V>
Distributed implementation of bounded
BlockingQueue |
interface |
RBoundedBlockingQueueAsync<V>
Distributed async implementation of bounded
BlockingQueue |
interface |
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by Redis
|
interface |
RPriorityBlockingQueue<V>
PriorityBlockingQueue backed by Redis
|
interface |
RTransferQueue<V>
Redis based implementation of
TransferQueue |
interface |
RTransferQueueAsync<V>
Async interface for Redis based implementation of
TransferQueue |
Modifier and Type | Method and Description |
---|---|
<V> RBlockingQueueAsync<V> |
RBatch.getBlockingQueue(String name)
Returns blocking queue instance by name.
|
<V> RBlockingQueueAsync<V> |
RBatch.getBlockingQueue(String name,
Codec codec) |
Constructor and Description |
---|
RedissonBlockingQueueRx(RBlockingQueueAsync<V> queue) |
Copyright © 2014–2020 Redisson. All rights reserved.