Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.reactive |
Modifier and Type | Method and Description |
---|---|
<V> RSetReactive<V> |
RedissonReactive.getSet(String name) |
<V> RSetReactive<V> |
RedissonReactive.getSet(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
RSetReactive<V> |
RSetMultimapReactive.get(K key)
Returns a view Set of the values associated with
key in this
multimap, if any. |
<V> RSetReactive<V> |
RBatchReactive.getSet(String name)
Returns set instance by name.
|
<V> RSetReactive<V> |
RedissonReactiveClient.getSet(String name)
Returns set instance by name.
|
<V> RSetReactive<V> |
RTransactionReactive.getSet(String name)
Returns transactional set instance by name.
|
<V> RSetReactive<V> |
RBatchReactive.getSet(String name,
Codec codec) |
<V> RSetReactive<V> |
RedissonReactiveClient.getSet(String name,
Codec codec)
Returns set instance by name
using provided codec for set objects.
|
<V> RSetReactive<V> |
RTransactionReactive.getSet(String name,
Codec codec)
Returns transactional set instance by name
using provided codec for set objects.
|
Modifier and Type | Method and Description |
---|---|
RSetReactive<V> |
RedissonSetMultimapReactive.get(K key) |
<V> RSetReactive<V> |
RedissonBatchReactive.getSet(String name) |
<V> RSetReactive<V> |
RedissonTransactionReactive.getSet(String name) |
<V> RSetReactive<V> |
RedissonBatchReactive.getSet(String name,
Codec codec) |
<V> RSetReactive<V> |
RedissonTransactionReactive.getSet(String name,
Codec codec) |
Copyright © 2014–2021 Redisson. All rights reserved.