| 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> RBucket<V> |
Redisson.getBucket(String name) |
<V> RBucket<V> |
Redisson.getBucket(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<V> List<RBucket<V>> |
RedissonBuckets.find(String pattern) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBinaryStream
Binary stream holder.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RBucket<V> |
RedissonClient.getBucket(String name)
Returns object holder instance by name.
|
<V> RBucket<V> |
RTransaction.getBucket(String name)
Returns transactional object holder instance by name.
|
<V> RBucket<V> |
RedissonClient.getBucket(String name,
Codec codec)
Returns object holder instance by name
using provided codec for object.
|
<V> RBucket<V> |
RTransaction.getBucket(String name,
Codec codec)
Returns transactional object holder instance by name
using provided codec for object.
|
| Modifier and Type | Method and Description |
|---|---|
<V> List<RBucket<V>> |
RBuckets.find(String pattern)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransactionalBucket<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RBucket<V> |
RedissonTransaction.getBucket(String name) |
<V> RBucket<V> |
RedissonTransaction.getBucket(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.