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 classRedissonBlockingDeque<V>Distributed and concurrent implementation ofBlockingDeque.classRedissonBlockingQueue<V>Distributed and concurrent implementation ofBlockingQueue.classRedissonBoundedBlockingQueue<V>Distributed and concurrent implementation of boundedBlockingQueue.classRedissonDelayedQueue<V>classRedissonDeque<V>Distributed and concurrent implementation ofQueueclassRedissonPriorityBlockingDeque<V>Distributed and concurrent implementation of priority blocking deque.classRedissonPriorityBlockingQueue<V>Distributed and concurrent implementation ofPriorityBlockingQueue.classRedissonPriorityDeque<V>Distributed and concurrent implementation ofQueueclassRedissonPriorityQueue<V>classRedissonQueue<V>Distributed and concurrent implementation ofQueueclassRedissonRingBuffer<V>classRedissonTransferQueue<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 interfaceRBlockingDeque<V>BlockingDequebacked by RedisinterfaceRBlockingDequeAsync<V>Distributed async implementation ofBlockingDequeinterfaceRBlockingQueue<V>Distributed implementation ofBlockingQueueinterfaceRBlockingQueueAsync<V>Distributed async implementation ofBlockingQueueinterfaceRBoundedBlockingQueue<V>Distributed implementation of boundedBlockingQueueinterfaceRBoundedBlockingQueueAsync<V>Distributed async implementation of boundedBlockingQueueinterfaceRDelayedQueue<V>Distributed implementation of delayed queue.interfaceRDeque<V>Distributed implementation ofDequeinterfaceRDequeAsync<V>Distributed async implementation ofDequeinterfaceRPriorityBlockingDeque<V>RPriorityBlockingDeque backed by RedisinterfaceRPriorityBlockingQueue<V>PriorityBlockingQueue backed by RedisinterfaceRPriorityDeque<V>Redis based priority deque.interfaceRPriorityQueue<V>Redis based priority deque.interfaceRQueue<V>Queuebacked by RedisinterfaceRRingBuffer<V>RingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRRingBufferAsync<V>RingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRTransferQueue<V>Redis based implementation ofTransferQueueinterfaceRTransferQueueAsync<V>Async interface for Redis based implementation ofTransferQueueMethods 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)
-