Uses of Interface
org.redisson.api.RListMultimapRx
Packages that use RListMultimapRx
-
Uses of RListMultimapRx in org.redisson
Methods in org.redisson that return RListMultimapRxModifier and TypeMethodDescription<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.apiModifier and TypeInterfaceDescriptioninterfaceRListMultimapCacheRx<K,V> Rx-ified version ofRListMultimapCache.Methods in org.redisson.api that return RListMultimapRxModifier and TypeMethodDescription<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 RListMultimapRxModifier and TypeMethodDescription<K,V> RListMultimapRx <K, V> RedissonBatchRx.getListMultimap(String name) <K,V> RListMultimapRx <K, V> RedissonBatchRx.getListMultimap(String name, Codec codec)