Uses of Interface
org.redisson.api.RBlockingQueueAsync
-
Packages that use RBlockingQueueAsync Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RBlockingQueueAsync in org.redisson
Classes in org.redisson that implement RBlockingQueueAsync Modifier and Type Class Description class
RedissonBlockingDeque<V>
Distributed and concurrent implementation ofBlockingDeque
.class
RedissonBlockingQueue<V>
Distributed and concurrent implementation ofBlockingQueue
.class
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of boundedBlockingQueue
.class
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.class
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation ofPriorityBlockingQueue
.class
RedissonTransferQueue<V>
Methods in org.redisson that return RBlockingQueueAsync Modifier and Type Method Description <V> RBlockingQueueAsync<V>
RedissonBatch. getBlockingQueue(String name)
<V> RBlockingQueueAsync<V>
RedissonBatch. getBlockingQueue(String name, Codec codec)
-
Uses of RBlockingQueueAsync in org.redisson.api
Subinterfaces of RBlockingQueueAsync in org.redisson.api Modifier and Type Interface Description interface
RBlockingDeque<V>
BlockingDeque
backed by Redisinterface
RBlockingDequeAsync<V>
Distributed async implementation ofBlockingDeque
interface
RBlockingQueue<V>
Distributed implementation ofBlockingQueue
interface
RBoundedBlockingQueue<V>
Distributed implementation of boundedBlockingQueue
interface
RBoundedBlockingQueueAsync<V>
Distributed async implementation of boundedBlockingQueue
interface
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by Redisinterface
RPriorityBlockingQueue<V>
PriorityBlockingQueue backed by Redisinterface
RTransferQueue<V>
Redis based implementation ofTransferQueue
interface
RTransferQueueAsync<V>
Async interface for Redis based implementation ofTransferQueue
Methods in org.redisson.api that return RBlockingQueueAsync Modifier and Type Method Description <V> RBlockingQueueAsync<V>
RBatch. getBlockingQueue(String name)
Returns blocking queue instance by name.<V> RBlockingQueueAsync<V>
RBatch. getBlockingQueue(String name, Codec codec)
-
Uses of RBlockingQueueAsync in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RBlockingQueueAsync Constructor Description RedissonBlockingQueueRx(RBlockingQueueAsync<V> queue)
-