Uses of Interface
org.redisson.api.RDeque
Packages that use RDeque
-
Uses of RDeque in org.redisson
Classes in org.redisson that implement RDequeModifier and TypeClassDescriptionclassDistributed and concurrent implementation ofBlockingDeque.classDistributed and concurrent implementation ofQueueclassDistributed and concurrent implementation of priority blocking deque.classDistributed and concurrent implementation ofQueueMethods in org.redisson that return RDeque -
Uses of RDeque in org.redisson.api
Subinterfaces of RDeque in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceBlockingDequebacked by RedisinterfaceRPriorityBlockingDeque backed by RedisinterfaceRedis based priority deque.Methods in org.redisson.api that return RDequeModifier and TypeMethodDescription<V> RDeque<V> Returns unbounded deque instance by name.<V> RDeque<V> Returns unbounded deque instance by name using provided codec for deque objects.<V> RDeque<V> RedissonClient.getDeque(PlainOptions options) Returns unbounded deque instance with specifiedoptions.