Uses of Interface
org.redisson.api.RBoundedBlockingQueueAsync
-
Packages that use RBoundedBlockingQueueAsync Package Description org.redisson org.redisson.api -
-
Uses of RBoundedBlockingQueueAsync in org.redisson
Classes in org.redisson that implement RBoundedBlockingQueueAsync Modifier and Type Class Description classRedissonBoundedBlockingQueue<V>Distributed and concurrent implementation of boundedBlockingQueue. -
Uses of RBoundedBlockingQueueAsync in org.redisson.api
Subinterfaces of RBoundedBlockingQueueAsync in org.redisson.api Modifier and Type Interface Description interfaceRBoundedBlockingQueue<V>Distributed implementation of boundedBlockingQueue
-