| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<V> RScoredSortedSetReactive<V> |
RedissonReactive.getScoredSortedSet(String name) |
<V> RScoredSortedSetReactive<V> |
RedissonReactive.getScoredSortedSet(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RLexSortedSetReactive |
| Modifier and Type | Method and Description |
|---|---|
<V> RScoredSortedSetReactive<V> |
RedissonReactiveClient.getScoredSortedSet(String name)
Returns Redis Sorted Set instance by name.
|
<V> RScoredSortedSetReactive<V> |
RBatchReactive.getScoredSortedSet(String name)
Returns Redis Sorted Set instance by name
|
<V> RScoredSortedSetReactive<V> |
RedissonReactiveClient.getScoredSortedSet(String name,
Codec codec)
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
|
<V> RScoredSortedSetReactive<V> |
RBatchReactive.getScoredSortedSet(String name,
Codec codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonLexSortedSetReactive |
class |
RedissonScoredSortedSetReactive<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RScoredSortedSetReactive<V> |
RedissonBatchReactive.getScoredSortedSet(String name) |
<V> RScoredSortedSetReactive<V> |
RedissonBatchReactive.getScoredSortedSet(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.