| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive | |
| org.redisson.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonBinaryStream |
class |
RedissonBucket<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RBucketAsync<V> |
RedissonBatch.getBucket(String name) |
<V> RBucketAsync<V> |
RedissonBatch.getBucket(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBinaryStream
Binary stream holder.
|
interface |
RBucket<V>
Any object holder.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RBucketAsync<V> |
RBatch.getBucket(String name)
Returns object holder by
name |
<V> RBucketAsync<V> |
RBatch.getBucket(String name,
Codec codec) |
| Constructor and Description |
|---|
RedissonBucketReactive(Codec codec,
CommandReactiveExecutor connectionManager,
String name,
RBucketAsync<V> instance) |
RedissonBucketReactive(CommandReactiveExecutor connectionManager,
String name,
RBucketAsync<V> instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransactionalBucket<V> |
Copyright © 2014–2018 The Redisson Project. All rights reserved.