Uses of Interface
org.redisson.api.RDequeRx
-
Packages that use RDequeRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RDequeRx in org.redisson
Methods in org.redisson that return RDequeRx Modifier and Type Method Description <V> RDequeRx<V>RedissonRx. getDeque(String name)<V> RDequeRx<V>RedissonRx. getDeque(String name, Codec codec) -
Uses of RDequeRx in org.redisson.api
Subinterfaces of RDequeRx in org.redisson.api Modifier and Type Interface Description interfaceRBlockingDequeRx<V>RxJava2 interface for Redis based BlockingDeque objectMethods in org.redisson.api that return RDequeRx Modifier and Type Method Description <V> RDequeRx<V>RBatchRx. getDeque(String name)Returns deque instance by name.<V> RDequeRx<V>RBatchRx. getDeque(String name, Codec codec)<V> RDequeRx<V>RedissonRxClient. getDeque(String name)Returns deque instance by name.<V> RDequeRx<V>RedissonRxClient. getDeque(String name, Codec codec)Returns deque instance by name using provided codec for deque objects. -
Uses of RDequeRx in org.redisson.rx
Methods in org.redisson.rx that return RDequeRx Modifier and Type Method Description <V> RDequeRx<V>RedissonBatchRx. getDeque(String name)<V> RDequeRx<V>RedissonBatchRx. getDeque(String name, Codec codec)
-