Uses of Interface
org.redisson.api.RBlockingQueueAsync
Packages that use RBlockingQueueAsync
-
Uses of RBlockingQueueAsync in org.redisson
Classes in org.redisson that implement RBlockingQueueAsyncModifier 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 RBlockingQueueAsyncModifier and TypeMethodDescription<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.apiModifier and TypeInterfaceDescriptioninterfaceBlockingDequebacked by RedisinterfaceDistributed async implementation ofBlockingDequeinterfaceDistributed implementation ofBlockingQueueinterfaceDistributed implementation of boundedBlockingQueueinterfaceDistributed async implementation of boundedBlockingQueueinterfaceRPriorityBlockingDeque backed by RedisinterfacePriorityBlockingQueue backed by RedisinterfaceRedis based implementation ofTransferQueueinterfaceAsync interface for Redis based implementation ofTransferQueueMethods in org.redisson.api that return RBlockingQueueAsyncModifier and TypeMethodDescription<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