Uses of Interface
org.redisson.api.RBoundedBlockingQueue
Packages that use RBoundedBlockingQueue
-
Uses of RBoundedBlockingQueue in org.redisson
Classes in org.redisson that implement RBoundedBlockingQueueModifier and TypeClassDescriptionclassDistributed and concurrent implementation of boundedBlockingQueue.Methods in org.redisson that return RBoundedBlockingQueueModifier and TypeMethodDescription<V> RBoundedBlockingQueue<V>Redisson.getBoundedBlockingQueue(String name) <V> RBoundedBlockingQueue<V>Redisson.getBoundedBlockingQueue(String name, Codec codec) -
Uses of RBoundedBlockingQueue in org.redisson.api
Methods in org.redisson.api that return RBoundedBlockingQueueModifier and TypeMethodDescription<V> RBoundedBlockingQueue<V>RedissonClient.getBoundedBlockingQueue(String name) Returns bounded blocking queue instance by name.<V> RBoundedBlockingQueue<V>RedissonClient.getBoundedBlockingQueue(String name, Codec codec) Returns bounded blocking queue instance by name using provided codec for queue objects.