Uses of Interface
org.redisson.api.RSet
-
Packages that use RSet Package Description org.redisson org.redisson.api org.redisson.reactive org.redisson.rx org.redisson.transaction org.redisson.transaction.operation.set -
-
Uses of RSet in org.redisson
Classes in org.redisson that implement RSet Modifier and Type Class Description classRedissonSet<V>Distributed and concurrent implementation ofSetclassRedissonSetMultimapValues<V>Set based Multimap Cache values holderMethods in org.redisson that return RSet Modifier and Type Method Description RSet<V>RedissonSetMultimap. get(K key)RSet<V>RedissonSetMultimapCache. get(K key)<V> RSet<V>Redisson. getSet(String name)<V> RSet<V>Redisson. getSet(String name, Codec codec) -
Uses of RSet in org.redisson.api
Methods in org.redisson.api that return RSet Modifier and Type Method Description RSet<V>RSetMultimap. get(K key)Returns a view collection of the values associated withkeyin this multimap, if any.<V> RSet<V>RedissonClient. getSet(String name)Returns set instance by name.<V> RSet<V>RedissonClient. getSet(String name, Codec codec)Returns set instance by name using provided codec for set objects.<V> RSet<V>RTransaction. getSet(String name)Returns transactional set instance by name.<V> RSet<V>RTransaction. getSet(String name, Codec codec)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 RSet Constructor Description RedissonSetReactive(RSet<V> instance, RedissonReactiveClient redisson) -
Uses of RSet in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RSet Constructor Description RedissonSetRx(RSet<V> instance, RedissonRxClient redisson) -
Uses of RSet in org.redisson.transaction
Classes in org.redisson.transaction that implement RSet Modifier and Type Class Description classRedissonTransactionalSet<V>Methods in org.redisson.transaction that return RSet Modifier and Type Method Description <V> RSet<V>RedissonTransaction. getSet(String name)<V> RSet<V>RedissonTransaction. getSet(String name, Codec codec)Constructors in org.redisson.transaction with parameters of type RSet Constructor Description TransactionalSet(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 RSet Modifier and Type Method Description protected RLockSetOperation. getLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
-