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 classRedissonBlockingDeque<V>Distributed and concurrent implementation ofBlockingDeque.classRedissonDeque<V>Distributed and concurrent implementation ofQueueclassRedissonPriorityBlockingDeque<V>Distributed and concurrent implementation of priority blocking deque.classRedissonPriorityDeque<V>Distributed and concurrent implementation ofQueueMethods 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 interfaceRBlockingDeque<V>BlockingDequebacked by RedisinterfaceRBlockingDequeAsync<V>Distributed async implementation ofBlockingDequeinterfaceRDeque<V>Distributed implementation ofDequeinterfaceRPriorityBlockingDeque<V>RPriorityBlockingDeque backed by RedisinterfaceRPriorityDeque<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)
-