Uses of Interface
org.redisson.api.RBlockingQueue
Packages that use RBlockingQueue
-
Uses of RBlockingQueue in org.redisson
Classes in org.redisson that implement RBlockingQueueModifier and TypeClassDescriptionclassDistributed and concurrent implementation ofBlockingDeque.classDistributed and concurrent implementation ofBlockingQueue.classDistributed and concurrent implementation of boundedBlockingQueue.classDistributed and concurrent implementation of priority blocking deque.classDistributed and concurrent implementation ofPriorityBlockingQueue.classMethods in org.redisson that return RBlockingQueueModifier and TypeMethodDescription<V> RBlockingQueue<V> Redisson.getBlockingQueue(String name) <V> RBlockingQueue<V> Redisson.getBlockingQueue(String name, Codec codec) -
Uses of RBlockingQueue in org.redisson.api
Subinterfaces of RBlockingQueue in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceBlockingDequebacked by RedisinterfaceDistributed implementation of boundedBlockingQueueinterfaceRPriorityBlockingDeque backed by RedisinterfacePriorityBlockingQueue backed by RedisinterfaceRedis based implementation ofTransferQueueMethods in org.redisson.api that return RBlockingQueueModifier and TypeMethodDescription<V> RBlockingQueue<V> RedissonClient.getBlockingQueue(String name) Returns unbounded blocking queue instance by name.<V> RBlockingQueue<V> RedissonClient.getBlockingQueue(String name, Codec codec) Returns unbounded blocking queue instance by name using provided codec for queue objects. -
Uses of RBlockingQueue in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RBlockingQueue -
Uses of RBlockingQueue in org.redisson.remote
Methods in org.redisson.remote that return RBlockingQueueModifier and TypeMethodDescriptionprotected <V> RBlockingQueue<V> BaseRemoteService.getBlockingQueue(String name, Codec codec)