| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| 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 stores a sequence of bytes.
|
interface |
RBucket<V>
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransactionalBucket<V> |
Copyright © 2014–2021 Redisson. All rights reserved.