Uses of Interface
org.redisson.api.RMapCacheNativeRx
-
Uses of RMapCacheNativeRx in org.redisson
Modifier and TypeMethodDescription<K,
V> RMapCacheNativeRx <K, V> RedissonRx.getMapCacheNative
(String name) <K,
V> RMapCacheNativeRx <K, V> RedissonRx.getMapCacheNative
(String name, Codec codec) <K,
V> RMapCacheNativeRx <K, V> RedissonRx.getMapCacheNative
(MapOptions<K, V> options) -
Uses of RMapCacheNativeRx in org.redisson.api
Modifier and TypeMethodDescription<K,
V> RMapCacheNativeRx <K, V> RedissonRxClient.getMapCacheNative
(String name) Returns map instance by name.<K,
V> RMapCacheNativeRx <K, V> RedissonRxClient.getMapCacheNative
(String name, Codec codec) Returns map instance by name using provided codec for both map keys and values.<K,
V> RMapCacheNativeRx <K, V> RedissonRxClient.getMapCacheNative
(MapOptions<K, V> options) Returns map instance.