Uses of Interface
org.redisson.api.RSet
Packages that use RSet
Package
Description
-
Uses of RSet in org.redisson
Classes in org.redisson that implement RSetModifier and TypeClassDescriptionclassRedissonSet<V>Distributed and concurrent implementation ofSetclassSet-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.classSet based Multimap Cache values holderMethods in org.redisson that return RSet -
Uses of RSet in org.redisson.api
Subinterfaces of RSet in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRSetCache<V>Set-based cache with ability to set TTL for each object.Methods in org.redisson.api that return RSetModifier and TypeMethodDescriptionReturns a view collection of the values associated withkeyin this multimap, if any.<V> RSet<V> Returns set instance by name.<V> RSet<V> Returns set instance by name using provided codec for set objects.<V> RSet<V> Returns transactional set instance by name.<V> RSet<V> Returns transactional set instance by name using provided codec for set objects. -
Uses of RSet in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RSetModifierConstructorDescriptionRedissonSetReactive(RSet<V> instance, RedissonReactiveClient redisson) -
Uses of RSet in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RSet -
Uses of RSet in org.redisson.transaction
Classes in org.redisson.transaction that implement RSetModifier and TypeClassDescriptionclassclassMethods in org.redisson.transaction that return RSetConstructors in org.redisson.transaction with parameters of type RSetModifierConstructorDescriptionTransactionalSet(CommandAsyncExecutor commandExecutor, long timeout, List<TransactionalOperation> operations, RSet<V> set, String transactionId) -
Uses of RSet in org.redisson.transaction.operation.set
Methods in org.redisson.transaction.operation.set with parameters of type RSetModifier and TypeMethodDescriptionprotected RLockSetOperation.getLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value)