Uses of Interface
org.redisson.api.RCollectionAsync
Packages that use RCollectionAsync
-
Uses of RCollectionAsync in org.redisson
Classes in org.redisson that implement RCollectionAsyncModifier and TypeClassDescriptionclassDistributed and concurrent implementation ofBlockingDeque.classDistributed and concurrent implementation ofBlockingQueue.classDeprecated.classDeprecated.classDistributed and concurrent implementation ofQueuefinal classSorted set contained values of String typeclassRedissonList<V>Distributed and concurrent implementation ofListprotected classclassList based Multimap Cache values holderclassDistributed and concurrent implementation of priority blocking deque.classDistributed and concurrent implementation ofPriorityBlockingQueue.classDistributed and concurrent implementation ofQueueclassclassDistributed and concurrent implementation ofQueueclassclassRedissonSet<V>Distributed and concurrent implementation ofSetclassSet-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.protected classclassSet based Multimap Cache values holderclassDistributed and concurrent implementation ofListclass -
Uses of RCollectionAsync in org.redisson.api
Subinterfaces of RCollectionAsync in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceBlockingDequebacked by RedisinterfaceDistributed async implementation ofBlockingDequeinterfaceDistributed implementation ofBlockingQueueinterfaceDistributed async implementation ofBlockingQueueinterfaceDeprecated.interfaceDeprecated.interfaceDeprecated.interfaceRDeque<V>Distributed implementation ofDequeinterfaceRDequeAsync<V>Distributed async implementation ofDequeinterfaceSorted set contained values of String typeinterfaceAsync interface for sorted set contained values of String type.interfaceRList<V>Distributed and concurrent implementation ofListinterfaceRListAsync<V>Async list functionsinterfaceRPriorityBlockingDeque backed by RedisinterfacePriorityBlockingQueue backed by RedisinterfaceRedis based priority deque.interfaceRedis 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.interfaceRingBuffer 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.interfaceAsync set functionsinterfaceRedis based implementation ofTransferQueueinterfaceAsync interface for Redis based implementation ofTransferQueue -
Uses of RCollectionAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RCollectionAsyncModifier and TypeClassDescriptionclassclassConstructors in org.redisson.transaction with parameters of type RCollectionAsyncModifierConstructorDescriptionBaseTransactionalSet(CommandAsyncExecutor commandExecutor, long timeout, List<TransactionalOperation> operations, RCollectionAsync<V> set, String transactionId)