Uses of Interface
org.redisson.api.RSetReactive
-
Packages that use RSetReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RSetReactive in org.redisson
Methods in org.redisson that return RSetReactive Modifier and Type Method Description <V> RSetReactive<V>RedissonReactive. getSet(String name)<V> RSetReactive<V>RedissonReactive. getSet(String name, Codec codec) -
Uses of RSetReactive in org.redisson.api
Methods in org.redisson.api that return RSetReactive Modifier and Type Method Description RSetReactive<V>RSetMultimapReactive. get(K key)Returns a view Set of the values associated withkeyin this multimap, if any.<V> RSetReactive<V>RBatchReactive. getSet(String name)Returns set instance by name.<V> RSetReactive<V>RBatchReactive. getSet(String name, Codec codec)<V> RSetReactive<V>RedissonReactiveClient. getSet(String name)Returns set instance by name.<V> RSetReactive<V>RedissonReactiveClient. getSet(String name, Codec codec)Returns set instance by name using provided codec for set objects.<V> RSetReactive<V>RTransactionReactive. getSet(String name)Returns transactional set instance by name.<V> RSetReactive<V>RTransactionReactive. getSet(String name, Codec codec)Returns transactional set instance by name using provided codec for set objects. -
Uses of RSetReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RSetReactive Modifier and Type Method Description RSetReactive<V>RedissonSetMultimapReactive. get(K key)<V> RSetReactive<V>RedissonBatchReactive. getSet(String name)<V> RSetReactive<V>RedissonBatchReactive. getSet(String name, Codec codec)<V> RSetReactive<V>RedissonTransactionReactive. getSet(String name)<V> RSetReactive<V>RedissonTransactionReactive. getSet(String name, Codec codec)
-