Uses of Interface
org.redisson.api.RBlockingDequeAsync
-
Packages that use RBlockingDequeAsync Package Description org.redisson org.redisson.api -
-
Uses of RBlockingDequeAsync in org.redisson
Classes in org.redisson that implement RBlockingDequeAsync Modifier and Type Class Description class
RedissonBlockingDeque<V>
Distributed and concurrent implementation ofBlockingDeque
.class
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.Methods in org.redisson that return RBlockingDequeAsync Modifier and Type Method Description <V> RBlockingDequeAsync<V>
RedissonBatch. getBlockingDeque(String name)
<V> RBlockingDequeAsync<V>
RedissonBatch. getBlockingDeque(String name, Codec codec)
-
Uses of RBlockingDequeAsync in org.redisson.api
Subinterfaces of RBlockingDequeAsync in org.redisson.api Modifier and Type Interface Description interface
RBlockingDeque<V>
BlockingDeque
backed by Redisinterface
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by RedisMethods in org.redisson.api that return RBlockingDequeAsync Modifier and Type Method Description <V> RBlockingDequeAsync<V>
RBatch. getBlockingDeque(String name)
Returns blocking deque instance by name.<V> RBlockingDequeAsync<V>
RBatch. getBlockingDeque(String name, Codec codec)
-