Uses of Interface
org.redisson.api.RQueueAsync
-
Packages that use RQueueAsync Package Description org.redisson org.redisson.api -
-
Uses of RQueueAsync in org.redisson
Classes in org.redisson that implement RQueueAsync Modifier and Type Class Description class
RedissonBlockingDeque<V>
Distributed and concurrent implementation ofBlockingDeque
.class
RedissonBlockingQueue<V>
Distributed and concurrent implementation ofBlockingQueue
.class
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of boundedBlockingQueue
.class
RedissonDelayedQueue<V>
class
RedissonDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.class
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation ofPriorityBlockingQueue
.class
RedissonPriorityDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonPriorityQueue<V>
class
RedissonQueue<V>
Distributed and concurrent implementation ofQueue
class
RedissonRingBuffer<V>
class
RedissonTransferQueue<V>
Methods in org.redisson that return RQueueAsync Modifier and Type Method Description <V> RQueueAsync<V>
RedissonBatch. getQueue(String name)
<V> RQueueAsync<V>
RedissonBatch. getQueue(String name, Codec codec)
-
Uses of RQueueAsync in org.redisson.api
Subinterfaces of RQueueAsync in org.redisson.api Modifier and Type Interface Description interface
RBlockingDeque<V>
BlockingDeque
backed by Redisinterface
RBlockingDequeAsync<V>
Distributed async implementation ofBlockingDeque
interface
RBlockingQueue<V>
Distributed implementation ofBlockingQueue
interface
RBlockingQueueAsync<V>
Distributed async implementation ofBlockingQueue
interface
RBoundedBlockingQueue<V>
Distributed implementation of boundedBlockingQueue
interface
RBoundedBlockingQueueAsync<V>
Distributed async implementation of boundedBlockingQueue
interface
RDelayedQueue<V>
Distributed implementation of delayed queue.interface
RDeque<V>
Distributed implementation ofDeque
interface
RDequeAsync<V>
Distributed async implementation ofDeque
interface
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by Redisinterface
RPriorityBlockingQueue<V>
PriorityBlockingQueue backed by Redisinterface
RPriorityDeque<V>
Redis based priority deque.interface
RPriorityQueue<V>
Redis based priority deque.interface
RQueue<V>
Queue
backed by Redisinterface
RRingBuffer<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RRingBufferAsync<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RTransferQueue<V>
Redis based implementation ofTransferQueue
interface
RTransferQueueAsync<V>
Async interface for Redis based implementation ofTransferQueue
Methods in org.redisson.api that return RQueueAsync Modifier and Type Method Description <V> RQueueAsync<V>
RBatch. getQueue(String name)
Returns queue instance by name.<V> RQueueAsync<V>
RBatch. getQueue(String name, Codec codec)
-