Uses of Interface
org.redisson.api.RCollectionAsync
-
Packages that use RCollectionAsync Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RCollectionAsync in org.redisson
Classes in org.redisson that implement RCollectionAsync Modifier and Type Class Description class
RedissonBlockingDeque<V>
Distributed and concurrent implementation ofBlockingDeque
.class
RedissonBlockingQueue<V>
Distributed and concurrent implementation ofBlockingQueue
.class
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of boundedBlockingQueue
.class
RedissonDelayedQueue<V>
class
RedissonDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonLexSortedSet
Sorted set contained values of String typeclass
RedissonList<V>
Distributed and concurrent implementation ofList
class
RedissonListMultimapValues<V>
List based Multimap Cache values holderclass
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.class
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation ofPriorityBlockingQueue
.class
RedissonPriorityDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonPriorityQueue<V>
class
RedissonQueue<V>
Distributed and concurrent implementation ofQueue
class
RedissonRingBuffer<V>
class
RedissonSet<V>
Distributed and concurrent implementation ofSet
class
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)
method.class
RedissonSetMultimapValues<V>
Set based Multimap Cache values holderclass
RedissonSubList<V>
Distributed and concurrent implementation ofList
class
RedissonTransferQueue<V>
-
Uses of RCollectionAsync in org.redisson.api
Subinterfaces of RCollectionAsync in org.redisson.api Modifier and Type Interface Description interface
RBlockingDeque<V>
BlockingDeque
backed by Redisinterface
RBlockingDequeAsync<V>
Distributed async implementation ofBlockingDeque
interface
RBlockingQueue<V>
Distributed implementation ofBlockingQueue
interface
RBlockingQueueAsync<V>
Distributed async implementation ofBlockingQueue
interface
RBoundedBlockingQueue<V>
Distributed implementation of boundedBlockingQueue
interface
RBoundedBlockingQueueAsync<V>
Distributed async implementation of boundedBlockingQueue
interface
RDelayedQueue<V>
Distributed implementation of delayed queue.interface
RDeque<V>
Distributed implementation ofDeque
interface
RDequeAsync<V>
Distributed async implementation ofDeque
interface
RLexSortedSet
Sorted set contained values of String typeinterface
RLexSortedSetAsync
Async interface for sorted set contained values of String type.interface
RList<V>
Distributed and concurrent implementation ofList
interface
RListAsync<V>
Async list functionsinterface
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by Redisinterface
RPriorityBlockingQueue<V>
PriorityBlockingQueue backed by Redisinterface
RPriorityDeque<V>
Redis based priority deque.interface
RPriorityQueue<V>
Redis based priority deque.interface
RQueue<V>
Queue
backed by Redisinterface
RQueueAsync<V>
Queue
backed by Redisinterface
RRingBuffer<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RRingBufferAsync<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RSet<V>
Redis based implementation ofSet
interface
RSetAsync<V>
Async set functionsinterface
RSetCache<V>
Set-based cache with ability to set TTL for each object.interface
RSetCacheAsync<V>
Async set functionsinterface
RTransferQueue<V>
Redis based implementation ofTransferQueue
interface
RTransferQueueAsync<V>
Async interface for Redis based implementation ofTransferQueue
-
Uses of RCollectionAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RCollectionAsync Modifier and Type Class Description class
RedissonTransactionalSet<V>
class
RedissonTransactionalSetCache<V>
Methods in org.redisson.transaction with parameters of type RCollectionAsync Modifier and Type Method Description protected abstract RLock
BaseTransactionalSet. getLock(RCollectionAsync<V> set, V value)
protected RLock
TransactionalSet. getLock(RCollectionAsync<V> set, V value)
protected RLock
TransactionalSetCache. getLock(RCollectionAsync<V> set, V value)
Constructors in org.redisson.transaction with parameters of type RCollectionAsync Constructor Description BaseTransactionalSet(CommandAsyncExecutor commandExecutor, long timeout, List<TransactionalOperation> operations, RCollectionAsync<V> set)
-