Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonSet<V>
Distributed and concurrent implementation of
Set |
class |
RedissonSetMultimapValues<V>
Set based Multimap Cache values holder
|
Modifier and Type | Method and Description |
---|---|
RSet<V> |
RedissonSetMultimapCache.get(K key) |
RSet<V> |
RedissonSetMultimap.get(K key) |
<V> RSet<V> |
Redisson.getSet(String name) |
<V> RSet<V> |
Redisson.getSet(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
RSet<V> |
RSetMultimap.get(K key)
Returns a view collection of the values associated with
key in this
multimap, if any. |
<V> RSet<V> |
RedissonClient.getSet(String name)
Returns set instance by name.
|
<V> RSet<V> |
RedissonClient.getSet(String name,
Codec codec)
Returns set instance by name
using provided codec for set objects.
|
Copyright © 2014–2017 The Redisson Project. All rights reserved.