Uses of Interface
org.redisson.api.RMapRx
Packages that use RMapRx
-
Uses of RMapRx in org.redisson
Methods in org.redisson that return RMapRxModifier and TypeMethodDescription<K,V> RMapRx <K, V> <K,V> RMapRx <K, V> RedissonRx.getMap(String name, MapOptions<K, V> options) <K,V> RMapRx <K, V> <K,V> RMapRx <K, V> RedissonRx.getMap(String name, Codec codec, MapOptions<K, V> options) <K,V> RMapRx <K, V> RedissonRx.getMap(MapOptions<K, V> options) -
Uses of RMapRx in org.redisson.api
Subinterfaces of RMapRx in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRLocalCachedMapRx<K,V> Map object with local entry cache support.interfaceRMapCacheNativeRx<K,V> Map-based cache with ability to set TTL per entry.interfaceRMapCacheRx<K,V> Map-based cache with ability to set TTL for each entry viaRMapCacheRx.put(Object, Object, long, TimeUnit)orRMapCacheRx.putIfAbsent(Object, Object, long, TimeUnit)method.Methods in org.redisson.api that return RMapRxModifier and TypeMethodDescription<K,V> RMapRx <K, V> Returns map instance by name.<K,V> RMapRx <K, V> <K,V> RMapRx <K, V> Returns map instance by name.<K,V> RMapRx <K, V> RedissonRxClient.getMap(String name, MapOptions<K, V> options) Deprecated.<K,V> RMapRx <K, V> Returns map instance by name using provided codec for both map keys and values.<K,V> RMapRx <K, V> RedissonRxClient.getMap(String name, Codec codec, MapOptions<K, V> options) Deprecated.<K,V> RMapRx <K, V> RedissonRxClient.getMap(MapOptions<K, V> options) Returns map instance by name.<K,V> RMapRx <K, V> Returns transactional map instance by name.<K,V> RMapRx <K, V> Returns transactional map instance by name using provided codec for both map keys and values. -
Uses of RMapRx in org.redisson.rx
Methods in org.redisson.rx that return RMapRx