Uses of Interface
org.redisson.api.RMapRx
-
Packages that use RMapRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RMapRx in org.redisson
Methods in org.redisson that return RMapRx Modifier and Type Method Description <K,V>
RMapRx<K,V>RedissonRx. getMap(String name)
<K,V>
RMapRx<K,V>RedissonRx. getMap(String name, MapOptions<K,V> options)
<K,V>
RMapRx<K,V>RedissonRx. getMap(String name, Codec codec)
<K,V>
RMapRx<K,V>RedissonRx. getMap(String name, Codec codec, MapOptions<K,V> options)
-
Uses of RMapRx in org.redisson.api
Subinterfaces of RMapRx in org.redisson.api Modifier and Type Interface Description interface
RMapCacheRx<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 RMapRx Modifier and Type Method Description <K,V>
RMapRx<K,V>RBatchRx. getMap(String name)
Returns map instance by name.<K,V>
RMapRx<K,V>RBatchRx. getMap(String name, Codec codec)
<K,V>
RMapRx<K,V>RedissonRxClient. getMap(String name)
Returns map instance by name.<K,V>
RMapRx<K,V>RedissonRxClient. getMap(String name, MapOptions<K,V> options)
Returns map instance by name.<K,V>
RMapRx<K,V>RedissonRxClient. getMap(String name, Codec codec)
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)
Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapRx<K,V>RTransactionRx. getMap(String name)
Returns transactional map instance by name.<K,V>
RMapRx<K,V>RTransactionRx. getMap(String name, Codec codec)
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 Modifier and Type Method Description <K,V>
RMapRx<K,V>RedissonBatchRx. getMap(String name)
<K,V>
RMapRx<K,V>RedissonBatchRx. getMap(String name, Codec codec)
<K,V>
RMapRx<K,V>RedissonTransactionRx. getMap(String name)
<K,V>
RMapRx<K,V>RedissonTransactionRx. getMap(String name, Codec codec)
-