Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.rx |
Modifier and Type | Method and Description |
---|---|
<K,V> RMapCacheRx<K,V> |
RedissonRx.getMapCache(String name) |
<K,V> RMapCacheRx<K,V> |
RedissonRx.getMapCache(String name,
Codec codec) |
<K,V> RMapCacheRx<K,V> |
RedissonRx.getMapCache(String name,
Codec codec,
MapOptions<K,V> options) |
<K,V> RMapCacheRx<K,V> |
RedissonRx.getMapCache(String name,
MapOptions<K,V> options) |
Modifier and Type | Method and Description |
---|---|
<K,V> RMapCacheRx<K,V> |
RTransactionRx.getMapCache(String name)
Returns transactional map-based cache instance by name.
|
<K,V> RMapCacheRx<K,V> |
RedissonRxClient.getMapCache(String name)
Returns map-based cache instance by name.
|
<K,V> RMapCacheRx<K,V> |
RBatchRx.getMapCache(String name)
Returns map-based cache instance by
name . |
<K,V> RMapCacheRx<K,V> |
RTransactionRx.getMapCache(String name,
Codec codec)
Returns transactional map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheRx<K,V> |
RedissonRxClient.getMapCache(String name,
Codec codec)
Returns map-based cache instance by name
using provided codec for both cache keys and values.
|
<K,V> RMapCacheRx<K,V> |
RBatchRx.getMapCache(String name,
Codec codec)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheRx<K,V> |
RedissonRxClient.getMapCache(String name,
Codec codec,
MapOptions<K,V> options)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheRx<K,V> |
RedissonRxClient.getMapCache(String name,
MapOptions<K,V> options)
Returns map-based cache instance by name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RMapCacheRx<K,V> |
RedissonTransactionRx.getMapCache(String name) |
<K,V> RMapCacheRx<K,V> |
RedissonBatchRx.getMapCache(String name) |
<K,V> RMapCacheRx<K,V> |
RedissonTransactionRx.getMapCache(String name,
Codec codec) |
<K,V> RMapCacheRx<K,V> |
RedissonBatchRx.getMapCache(String name,
Codec codec) |
Copyright © 2014–2019 The Redisson Project. All rights reserved.