Uses of Interface
org.redisson.api.RSetRx
-
Packages that use RSetRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RSetRx in org.redisson
Methods in org.redisson that return RSetRx Modifier and Type Method Description <V> RSetRx<V>RedissonRx. getSet(String name)<V> RSetRx<V>RedissonRx. getSet(String name, Codec codec) -
Uses of RSetRx in org.redisson.api
Methods in org.redisson.api that return RSetRx Modifier and Type Method Description RSetRx<V>RSetMultimapRx. get(K key)Returns a view Set of the values associated withkeyin this multimap, if any.<V> RSetRx<V>RBatchRx. getSet(String name)Returns set instance by name.<V> RSetRx<V>RBatchRx. getSet(String name, Codec codec)<V> RSetRx<V>RedissonRxClient. getSet(String name)Returns set instance by name.<V> RSetRx<V>RedissonRxClient. getSet(String name, Codec codec)Returns set instance by name using provided codec for set objects.<V> RSetRx<V>RTransactionRx. getSet(String name)Returns transactional set instance by name.<V> RSetRx<V>RTransactionRx. getSet(String name, Codec codec)Returns transactional set instance by name using provided codec for set objects. -
Uses of RSetRx in org.redisson.rx
Methods in org.redisson.rx that return RSetRx Modifier and Type Method Description RSetRx<V>RedissonSetMultimapCacheRx. get(K key)RSetRx<V>RedissonSetMultimapRx. get(K key)<V> RSetRx<V>RedissonBatchRx. getSet(String name)<V> RSetRx<V>RedissonBatchRx. getSet(String name, Codec codec)<V> RSetRx<V>RedissonTransactionRx. getSet(String name)<V> RSetRx<V>RedissonTransactionRx. getSet(String name, Codec codec)
-