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 classRedissonBlockingDeque<V>Distributed and concurrent implementation ofBlockingDeque.classRedissonBlockingQueue<V>Distributed and concurrent implementation ofBlockingQueue.classRedissonBoundedBlockingQueue<V>Distributed and concurrent implementation of boundedBlockingQueue.classRedissonPriorityBlockingDeque<V>Distributed and concurrent implementation of priority blocking deque.classRedissonPriorityBlockingQueue<V>Distributed and concurrent implementation ofPriorityBlockingQueue.classRedissonTransferQueue<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 interfaceRBlockingDeque<V>BlockingDequebacked by RedisinterfaceRBlockingDequeAsync<V>Distributed async implementation ofBlockingDequeinterfaceRBlockingQueue<V>Distributed implementation ofBlockingQueueinterfaceRBoundedBlockingQueue<V>Distributed implementation of boundedBlockingQueueinterfaceRBoundedBlockingQueueAsync<V>Distributed async implementation of boundedBlockingQueueinterfaceRPriorityBlockingDeque<V>RPriorityBlockingDeque backed by RedisinterfaceRPriorityBlockingQueue<V>PriorityBlockingQueue backed by RedisinterfaceRTransferQueue<V>Redis based implementation ofTransferQueueinterfaceRTransferQueueAsync<V>Async interface for Redis based implementation ofTransferQueueMethods 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)
-