Uses of Interface
org.redisson.api.RSetMultimapRx
Packages that use RSetMultimapRx
-
Uses of RSetMultimapRx in org.redisson
Methods in org.redisson that return RSetMultimapRxModifier and TypeMethodDescription<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.apiModifier and TypeInterfaceDescriptioninterfaceRSetMultimapCacheRx<K,V> Rx-ified version ofRSetMultimapCache.Methods in org.redisson.api that return RSetMultimapRxModifier and TypeMethodDescription<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 RSetMultimapRxModifier and TypeMethodDescription<K,V> RSetMultimapRx<K, V> RedissonBatchRx.getSetMultimap(String name) <K,V> RSetMultimapRx<K, V> RedissonBatchRx.getSetMultimap(String name, Codec codec)