Uses of Interface
org.redisson.api.RMapReactive
-
Packages that use RMapReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RMapReactive in org.redisson
Methods in org.redisson that return RMapReactive Modifier and Type Method Description <K,V>
RMapReactive<K,V>RedissonReactive. getMap(String name)
<K,V>
RMapReactive<K,V>RedissonReactive. getMap(String name, MapOptions<K,V> options)
<K,V>
RMapReactive<K,V>RedissonReactive. getMap(String name, Codec codec)
<K,V>
RMapReactive<K,V>RedissonReactive. getMap(String name, Codec codec, MapOptions<K,V> options)
-
Uses of RMapReactive in org.redisson.api
Subinterfaces of RMapReactive in org.redisson.api Modifier and Type Interface Description interface
RMapCacheReactive<K,V>
Map-based cache with ability to set TTL for each entry viaRMapCacheReactive.put(Object, Object, long, TimeUnit)
orRMapCacheReactive.putIfAbsent(Object, Object, long, TimeUnit)
method.Methods in org.redisson.api that return RMapReactive Modifier and Type Method Description <K,V>
RMapReactive<K,V>RBatchReactive. getMap(String name)
Returns map instance by name.<K,V>
RMapReactive<K,V>RBatchReactive. getMap(String name, Codec codec)
<K,V>
RMapReactive<K,V>RedissonReactiveClient. getMap(String name)
Returns map instance by name.<K,V>
RMapReactive<K,V>RedissonReactiveClient. getMap(String name, MapOptions<K,V> options)
Returns map instance by name.<K,V>
RMapReactive<K,V>RedissonReactiveClient. getMap(String name, Codec codec)
Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapReactive<K,V>RedissonReactiveClient. getMap(String name, Codec codec, MapOptions<K,V> options)
Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapReactive<K,V>RTransactionReactive. getMap(String name)
Returns transactional map instance by name.<K,V>
RMapReactive<K,V>RTransactionReactive. getMap(String name, Codec codec)
Returns transactional map instance by name using provided codec for both map keys and values. -
Uses of RMapReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RMapReactive Modifier and Type Method Description <K,V>
RMapReactive<K,V>RedissonBatchReactive. getMap(String name)
<K,V>
RMapReactive<K,V>RedissonBatchReactive. getMap(String name, Codec codec)
<K,V>
RMapReactive<K,V>RedissonTransactionReactive. getMap(String name)
<K,V>
RMapReactive<K,V>RedissonTransactionReactive. getMap(String name, Codec codec)
-