Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonListMultimapCache<K,V> |
class |
RedissonSetMultimapCache<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> RMultimapCacheAsync<K,V> |
RedissonBatch.getListMultimapCache(String name) |
<K,V> RMultimapCacheAsync<K,V> |
RedissonBatch.getListMultimapCache(String name,
Codec codec) |
<K,V> RMultimapCacheAsync<K,V> |
RedissonBatch.getSetMultimapCache(String name) |
<K,V> RMultimapCacheAsync<K,V> |
RedissonBatch.getSetMultimapCache(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RListMultimapCache<K,V>
List based Multimap.
|
interface |
RMultimapCache<K,V>
Base Multimap interface.
|
interface |
RSetMultimapCache<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> RMultimapCacheAsync<K,V> |
RBatch.getSetMultimapCache(String name)
Returns Set based Multimap instance by name.
|
<K,V> RMultimapCacheAsync<K,V> |
RBatch.getSetMultimapCache(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
Copyright © 2014–2021 Redisson. All rights reserved.