Uses of Interface
org.redisson.api.RSetMultimapCacheRx
Packages that use RSetMultimapCacheRx
-
Uses of RSetMultimapCacheRx in org.redisson
Methods in org.redisson that return RSetMultimapCacheRxModifier and TypeMethodDescription<K,V> RSetMultimapCacheRx <K, V> RedissonRx.getSetMultimapCache(String name) <K,V> RSetMultimapCacheRx <K, V> RedissonRx.getSetMultimapCache(String name, Codec codec) <K,V> RSetMultimapCacheRx <K, V> RedissonRx.getSetMultimapCache(PlainOptions options) -
Uses of RSetMultimapCacheRx in org.redisson.api
Methods in org.redisson.api that return RSetMultimapCacheRxModifier and TypeMethodDescription<K,V> RSetMultimapCacheRx <K, V> RBatchRx.getSetMultimapCache(String name) Returns Set based Multimap cache instance by name.<K,V> RSetMultimapCacheRx <K, V> RBatchRx.getSetMultimapCache(String name, Codec codec) Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<K,V> RSetMultimapCacheRx <K, V> RedissonRxClient.getSetMultimapCache(String name) Returns Set based Multimap cache instance by name.<K,V> RSetMultimapCacheRx <K, V> RedissonRxClient.getSetMultimapCache(String name, Codec codec) Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<K,V> RSetMultimapCacheRx <K, V> RedissonRxClient.getSetMultimapCache(PlainOptions options) Returns Set based Multimap instance with specifiedoptions.<K,V> RSetMultimapCacheRx <K, V> RBatchRx.getSetMultimapCacheNative(String name) Returns Set based Multimap instance by name.<K,V> RSetMultimapCacheRx <K, V> RBatchRx.getSetMultimapCacheNative(String name, Codec codec) Returns Set based Multimap instance by name using provided codec for both map keys and values. -
Uses of RSetMultimapCacheRx in org.redisson.rx
Methods in org.redisson.rx that return RSetMultimapCacheRxModifier and TypeMethodDescription<K,V> RSetMultimapCacheRx <K, V> RedissonBatchRx.getSetMultimapCache(String name) <K,V> RSetMultimapCacheRx <K, V> RedissonBatchRx.getSetMultimapCache(String name, Codec codec) <K,V> RSetMultimapCacheRx <K, V> RedissonBatchRx.getSetMultimapCacheNative(String name) <K,V> RSetMultimapCacheRx <K, V> RedissonBatchRx.getSetMultimapCacheNative(String name, Codec codec)