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