| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive | |
| org.redisson.transaction |
| 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 |
|---|---|
<V> RSetAsync<V> |
RedissonBatch.getSet(String name) |
<V> RSetAsync<V> |
RedissonBatch.getSet(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RSet<V>
Distributed and concurrent implementation of
Set |
| Modifier and Type | Method and Description |
|---|---|
<V> RSetAsync<V> |
RBatch.getSet(String name)
Returns set instance by name.
|
<V> RSetAsync<V> |
RBatch.getSet(String name,
Codec codec) |
| Constructor and Description |
|---|
RedissonSetReactive(Codec codec,
CommandReactiveExecutor commandExecutor,
String name,
RSetAsync<V> instance) |
RedissonSetReactive(CommandReactiveExecutor commandExecutor,
String name,
RSetAsync<V> instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransactionalSet<V> |
Copyright © 2014–2018 The Redisson Project. All rights reserved.