Uses of Interface
org.redisson.api.RSetMultimapCacheRx
-
Uses of RSetMultimapCacheRx in org.redisson
Modifier 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
Modifier 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
Modifier 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)