Uses of Interface
org.redisson.api.RBlockingDequeRx
-
Packages that use RBlockingDequeRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RBlockingDequeRx in org.redisson
Methods in org.redisson that return RBlockingDequeRx Modifier and Type Method Description <V> RBlockingDequeRx<V>RedissonRx. getBlockingDeque(String name)<V> RBlockingDequeRx<V>RedissonRx. getBlockingDeque(String name, Codec codec) -
Uses of RBlockingDequeRx in org.redisson.api
Methods in org.redisson.api that return RBlockingDequeRx Modifier and Type Method Description <V> RBlockingDequeRx<V>RBatchRx. getBlockingDeque(String name)Returns blocking deque instance by name.<V> RBlockingDequeRx<V>RBatchRx. getBlockingDeque(String name, Codec codec)<V> RBlockingDequeRx<V>RedissonRxClient. getBlockingDeque(String name)Returns unbounded blocking deque instance by name.<V> RBlockingDequeRx<V>RedissonRxClient. getBlockingDeque(String name, Codec codec)Returns unbounded blocking deque instance by name using provided codec for deque objects. -
Uses of RBlockingDequeRx in org.redisson.rx
Methods in org.redisson.rx that return RBlockingDequeRx Modifier and Type Method Description <V> RBlockingDequeRx<V>RedissonBatchRx. getBlockingDeque(String name)<V> RBlockingDequeRx<V>RedissonBatchRx. getBlockingDeque(String name, Codec codec)
-