Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.reactive |
Modifier and Type | Method and Description |
---|---|
<V> RBucketReactive<V> |
RedissonReactive.getBucket(String name) |
<V> RBucketReactive<V> |
RedissonReactive.getBucket(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> List<RBucketReactive<V>> |
RedissonReactive.findBuckets(String pattern) |
Modifier and Type | Method and Description |
---|---|
<V> RBucketReactive<V> |
RedissonReactiveClient.getBucket(String name)
Returns object holder instance by name
|
<V> RBucketReactive<V> |
RBatchReactive.getBucket(String name)
Returns object holder by name
|
<V> RBucketReactive<V> |
RedissonReactiveClient.getBucket(String name,
Codec codec)
Returns object holder instance by name
using provided codec for object.
|
<V> RBucketReactive<V> |
RBatchReactive.getBucket(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> List<RBucketReactive<V>> |
RedissonReactiveClient.findBuckets(String pattern)
Returns a list of object holder instances by a key pattern
|
Modifier and Type | Class and Description |
---|---|
class |
RedissonBucketReactive<V> |
Modifier and Type | Method and Description |
---|---|
<V> RBucketReactive<V> |
RedissonBatchReactive.getBucket(String name) |
<V> RBucketReactive<V> |
RedissonBatchReactive.getBucket(String name,
Codec codec) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.