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