Uses of Interface
org.redisson.api.RQueueRx
-
Packages that use RQueueRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RQueueRx in org.redisson
Methods in org.redisson that return RQueueRx Modifier and Type Method Description <V> RQueueRx<V>RedissonRx. getQueue(String name)<V> RQueueRx<V>RedissonRx. getQueue(String name, Codec codec) -
Uses of RQueueRx in org.redisson.api
Subinterfaces of RQueueRx in org.redisson.api Modifier and Type Interface Description interfaceRBlockingDequeRx<V>RxJava2 interface for Redis based BlockingDeque objectinterfaceRBlockingQueueRx<V>RxJava2 interface for BlockingQueueinterfaceRDequeRx<V>RxJava2 interface for Deque objectinterfaceRRingBufferRx<V>RingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRTransferQueueRx<V>RxJava2 interface of Redis based implementation ofTransferQueueMethods in org.redisson.api that return RQueueRx Modifier and Type Method Description <V> RQueueRx<V>RBatchRx. getQueue(String name)Returns queue instance by name.<V> RQueueRx<V>RBatchRx. getQueue(String name, Codec codec)<V> RQueueRx<V>RedissonRxClient. getQueue(String name)Returns queue instance by name.<V> RQueueRx<V>RedissonRxClient. getQueue(String name, Codec codec)Returns queue instance by name using provided codec for queue objects. -
Uses of RQueueRx in org.redisson.rx
Methods in org.redisson.rx that return RQueueRx Modifier and Type Method Description <V> RQueueRx<V>RedissonBatchRx. getQueue(String name)<V> RQueueRx<V>RedissonBatchRx. getQueue(String name, Codec codec)
-