Uses of Interface
org.redisson.api.RDequeRx
Packages that use RDequeRx
-
Uses of RDequeRx in org.redisson
Methods in org.redisson that return RDequeRx -
Uses of RDequeRx in org.redisson.api
Subinterfaces of RDequeRx in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRxJava2 interface for Redis based BlockingDeque objectMethods in org.redisson.api that return RDequeRxModifier and TypeMethodDescription<V> RDequeRx<V> Returns deque instance by name.<V> RDequeRx<V> <V> RDequeRx<V> Returns deque instance by name.<V> RDequeRx<V> Returns deque instance by name using provided codec for deque objects.<V> RDequeRx<V> RedissonRxClient.getDeque(PlainOptions options) Returns unbounded deque instance with specifiedoptions. -
Uses of RDequeRx in org.redisson.rx
Methods in org.redisson.rx that return RDequeRx