Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonBlockingDeque<V>
Distributed and concurrent implementation of
BlockingDeque . |
class |
RedissonBlockingFairQueue<V> |
class |
RedissonBlockingQueue<V>
Distributed and concurrent implementation of
BlockingQueue . |
class |
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of bounded
BlockingQueue . |
class |
RedissonDelayedQueue<V> |
class |
RedissonDeque<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonQueue<V>
Distributed and concurrent implementation of
Queue |
Modifier and Type | Method and Description |
---|---|
<V> RQueueAsync<V> |
RedissonBatch.getQueue(String name) |
<V> RQueueAsync<V> |
RedissonBatch.getQueue(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RBlockingDeque<V>
BlockingDeque backed by Redis |
interface |
RBlockingDequeAsync<V>
Async interface for
BlockingDeque backed by Redis |
interface |
RBlockingFairQueue<V>
Blocking queue with fair polling and
guarantees access order for poll and take methods.
|
interface |
RBlockingQueue<V>
BlockingQueue backed by Redis |
interface |
RBlockingQueueAsync<V>
BlockingQueue backed by Redis |
interface |
RBoundedBlockingQueue<V>
Bounded
BlockingQueue backed by Redis |
interface |
RBoundedBlockingQueueAsync<V>
Bounded
BlockingQueue backed by Redis |
interface |
RDelayedQueue<V> |
interface |
RDeque<V>
Deque backed by Redis |
interface |
RDequeAsync<V>
Deque backed by Redis |
interface |
RQueue<V>
Queue backed by Redis |
Modifier and Type | Method and Description |
---|---|
<V> RQueueAsync<V> |
RBatch.getQueue(String name)
Returns queue instance by name.
|
<V> RQueueAsync<V> |
RBatch.getQueue(String name,
Codec codec) |
Copyright © 2014–2016 The Redisson Project. All rights reserved.