Uses of Interface
org.redisson.api.RMapCacheNativeRx
Packages that use RMapCacheNativeRx
-
Uses of RMapCacheNativeRx in org.redisson
Methods in org.redisson that return RMapCacheNativeRxModifier 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
Methods in org.redisson.api that return RMapCacheNativeRxModifier 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.