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 classRedissonBlockingDeque<V>Distributed and concurrent implementation ofBlockingDeque.classRedissonBlockingQueue<V>Distributed and concurrent implementation ofBlockingQueue.classRedissonBoundedBlockingQueue<V>Distributed and concurrent implementation of boundedBlockingQueue.classRedissonDelayedQueue<V>classRedissonDeque<V>Distributed and concurrent implementation ofQueueclassRedissonLexSortedSetSorted set contained values of String typeclassRedissonList<V>Distributed and concurrent implementation ofListclassRedissonListMultimapValues<V>List based Multimap Cache values holderclassRedissonPriorityBlockingDeque<V>Distributed and concurrent implementation of priority blocking deque.classRedissonPriorityBlockingQueue<V>Distributed and concurrent implementation ofPriorityBlockingQueue.classRedissonPriorityDeque<V>Distributed and concurrent implementation ofQueueclassRedissonPriorityQueue<V>classRedissonQueue<V>Distributed and concurrent implementation ofQueueclassRedissonRingBuffer<V>classRedissonSet<V>Distributed and concurrent implementation ofSetclassRedissonSetCache<V>Set-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.classRedissonSetMultimapValues<V>Set based Multimap Cache values holderclassRedissonSubList<V>Distributed and concurrent implementation ofListclassRedissonTransferQueue<V> -
Uses of RCollectionAsync in org.redisson.api
Subinterfaces of RCollectionAsync in org.redisson.api Modifier and Type Interface Description interfaceRBlockingDeque<V>BlockingDequebacked by RedisinterfaceRBlockingDequeAsync<V>Distributed async implementation ofBlockingDequeinterfaceRBlockingQueue<V>Distributed implementation ofBlockingQueueinterfaceRBlockingQueueAsync<V>Distributed async implementation ofBlockingQueueinterfaceRBoundedBlockingQueue<V>Distributed implementation of boundedBlockingQueueinterfaceRBoundedBlockingQueueAsync<V>Distributed async implementation of boundedBlockingQueueinterfaceRDelayedQueue<V>Distributed implementation of delayed queue.interfaceRDeque<V>Distributed implementation ofDequeinterfaceRDequeAsync<V>Distributed async implementation ofDequeinterfaceRLexSortedSetSorted set contained values of String typeinterfaceRLexSortedSetAsyncAsync interface for sorted set contained values of String type.interfaceRList<V>Distributed and concurrent implementation ofListinterfaceRListAsync<V>Async list functionsinterfaceRPriorityBlockingDeque<V>RPriorityBlockingDeque backed by RedisinterfaceRPriorityBlockingQueue<V>PriorityBlockingQueue backed by RedisinterfaceRPriorityDeque<V>Redis based priority deque.interfaceRPriorityQueue<V>Redis based priority deque.interfaceRQueue<V>Queuebacked by RedisinterfaceRQueueAsync<V>Queuebacked by RedisinterfaceRRingBuffer<V>RingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRRingBufferAsync<V>RingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRSet<V>Redis based implementation ofSetinterfaceRSetAsync<V>Async set functionsinterfaceRSetCache<V>Set-based cache with ability to set TTL for each object.interfaceRSetCacheAsync<V>Async set functionsinterfaceRTransferQueue<V>Redis based implementation ofTransferQueueinterfaceRTransferQueueAsync<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 classRedissonTransactionalSet<V>classRedissonTransactionalSetCache<V>Methods in org.redisson.transaction with parameters of type RCollectionAsync Modifier and Type Method Description protected abstract RLockBaseTransactionalSet. getLock(RCollectionAsync<V> set, V value)protected RLockTransactionalSet. getLock(RCollectionAsync<V> set, V value)protected RLockTransactionalSetCache. 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)
-