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