Uses of Interface
org.redisson.api.RBoundedBlockingQueue
-
Packages that use RBoundedBlockingQueue Package Description org.redisson org.redisson.api -
-
Uses of RBoundedBlockingQueue in org.redisson
Classes in org.redisson that implement RBoundedBlockingQueue Modifier and Type Class Description class
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of boundedBlockingQueue
.Methods in org.redisson that return RBoundedBlockingQueue Modifier and Type Method Description <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 RBoundedBlockingQueue Modifier and Type Method Description <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.
-