Uses of Interface
org.redisson.api.RQueue
-
Uses of RQueue in org.redisson
Modifier and TypeClassDescriptionclass
Distributed and concurrent implementation ofBlockingDeque
.class
Distributed and concurrent implementation ofBlockingQueue
.class
Distributed and concurrent implementation of boundedBlockingQueue
.class
class
Distributed and concurrent implementation ofQueue
class
Distributed and concurrent implementation of priority blocking deque.class
Distributed and concurrent implementation ofPriorityBlockingQueue
.class
Distributed and concurrent implementation ofQueue
class
class
Distributed and concurrent implementation ofQueue
class
class
Modifier and TypeMethodDescription<V> RDelayedQueue
<V> Redisson.getDelayedQueue
(RQueue<V> destinationQueue) -
Uses of RQueue in org.redisson.api
Modifier and TypeInterfaceDescriptioninterface
BlockingDeque
backed by Redisinterface
Distributed implementation ofBlockingQueue
interface
Distributed implementation of boundedBlockingQueue
interface
Distributed implementation of delayed queue.interface
RDeque<V>
Distributed implementation ofDeque
interface
RPriorityBlockingDeque backed by Redisinterface
PriorityBlockingQueue backed by Redisinterface
Redis based priority deque.interface
Redis based priority deque.interface
RRingBuffer<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
Redis based implementation ofTransferQueue
Modifier and TypeMethodDescription<V> RQueue
<V> Returns unbounded queue instance by name.<V> RQueue
<V> Returns unbounded queue instance by name using provided codec for queue objects.Modifier and TypeMethodDescription<V> RDelayedQueue
<V> RedissonClient.getDelayedQueue
(RQueue<V> destinationQueue) Returns unbounded delayed queue instance by name.