Uses of Interface
org.redisson.api.RQueue
Packages that use RQueue
-
Uses of RQueue in org.redisson
Classes in org.redisson that implement RQueueModifier and TypeClassDescriptionclassDistributed and concurrent implementation ofBlockingDeque.classDistributed and concurrent implementation ofBlockingQueue.classDistributed and concurrent implementation of boundedBlockingQueue.classclassDistributed and concurrent implementation ofQueueclassDistributed and concurrent implementation of priority blocking deque.classDistributed and concurrent implementation ofPriorityBlockingQueue.classDistributed and concurrent implementation ofQueueclassclassDistributed and concurrent implementation ofQueueclassclassMethods in org.redisson that return RQueueModifier and TypeMethodDescription<V> RQueue<V> <V> RQueue<V> <V> RQueue<V> Redisson.getQueue(PlainOptions options) Methods in org.redisson with parameters of type RQueueModifier and TypeMethodDescription<V> RDelayedQueue<V> Redisson.getDelayedQueue(RQueue<V> destinationQueue) -
Uses of RQueue in org.redisson.api
Subinterfaces of RQueue in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceBlockingDequebacked by RedisinterfaceDistributed implementation ofBlockingQueueinterfaceDistributed implementation of boundedBlockingQueueinterfaceDistributed implementation of delayed queue.interfaceRDeque<V>Distributed implementation ofDequeinterfaceRPriorityBlockingDeque backed by RedisinterfacePriorityBlockingQueue backed by RedisinterfaceRedis based priority deque.interfaceRedis based priority deque.interfaceRRingBuffer<V>RingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRedis based implementation ofTransferQueueMethods in org.redisson.api that return RQueueModifier and TypeMethodDescription<V> RQueue<V> Returns unbounded queue instance by name.<V> RQueue<V> Returns unbounded queue instance by name using provided codec for queue objects.<V> RQueue<V> RedissonClient.getQueue(PlainOptions options) Returns unbounded queue instance with specifiedoptions.Methods in org.redisson.api with parameters of type RQueueModifier and TypeMethodDescription<V> RDelayedQueue<V> RedissonClient.getDelayedQueue(RQueue<V> destinationQueue) Returns unbounded delayed queue instance by name.