Uses of Class
org.redisson.RedissonQueue
-
Packages that use RedissonQueue Package Description org.redisson -
-
Uses of RedissonQueue in org.redisson
Subclasses of RedissonQueue in org.redisson 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
RedissonDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonRingBuffer<V>
-