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 interface
RBlockingDequeRx<V>
RxJava2 interface for Redis based BlockingDeque objectinterface
RBlockingQueueRx<V>
RxJava2 interface for BlockingQueueinterface
RDequeRx<V>
RxJava2 interface for Deque objectinterface
RRingBufferRx<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RTransferQueueRx<V>
RxJava2 interface of Redis based implementation ofTransferQueue
Methods 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)
-