Uses of Interface
org.redisson.api.RSetMultimapRx
-
Packages that use RSetMultimapRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RSetMultimapRx in org.redisson
Methods in org.redisson that return RSetMultimapRx Modifier and Type Method Description <K,V>
RSetMultimapRx<K,V>RedissonRx. getSetMultimap(String name)
<K,V>
RSetMultimapRx<K,V>RedissonRx. getSetMultimap(String name, Codec codec)
-
Uses of RSetMultimapRx in org.redisson.api
Subinterfaces of RSetMultimapRx in org.redisson.api Modifier and Type Interface Description interface
RSetMultimapCacheRx<K,V>
Rx-ified version ofRSetMultimapCache
.Methods in org.redisson.api that return RSetMultimapRx Modifier and Type Method Description <K,V>
RSetMultimapRx<K,V>RBatchRx. getSetMultimap(String name)
Returns Set based Multimap instance by name.<K,V>
RSetMultimapRx<K,V>RBatchRx. getSetMultimap(String name, Codec codec)
Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapRx<K,V>RedissonRxClient. getSetMultimap(String name)
Returns Set based Multimap instance by name.<K,V>
RSetMultimapRx<K,V>RedissonRxClient. getSetMultimap(String name, Codec codec)
Returns Set based Multimap instance by name using provided codec for both map keys and values. -
Uses of RSetMultimapRx in org.redisson.rx
Methods in org.redisson.rx that return RSetMultimapRx Modifier and Type Method Description <K,V>
RSetMultimapRx<K,V>RedissonBatchRx. getSetMultimap(String name)
<K,V>
RSetMultimapRx<K,V>RedissonBatchRx. getSetMultimap(String name, Codec codec)
-