Uses of Interface
org.redisson.api.RBucketReactive
-
Packages that use RBucketReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RBucketReactive in org.redisson
Methods in org.redisson that return RBucketReactive Modifier and Type Method Description <V> RBucketReactive<V>
RedissonReactive. getBucket(String name)
<V> RBucketReactive<V>
RedissonReactive. getBucket(String name, Codec codec)
Methods in org.redisson that return types with arguments of type RBucketReactive Modifier and Type Method Description <V> List<RBucketReactive<V>>
RedissonReactive. findBuckets(String pattern)
-
Uses of RBucketReactive in org.redisson.api
Subinterfaces of RBucketReactive in org.redisson.api Modifier and Type Interface Description interface
RBinaryStreamReactive
Binary stream holder stores a sequence of bytes.Methods in org.redisson.api that return RBucketReactive Modifier and Type Method Description <V> RBucketReactive<V>
RBatchReactive. getBucket(String name)
Returns object holder by name<V> RBucketReactive<V>
RBatchReactive. getBucket(String name, Codec codec)
<V> RBucketReactive<V>
RedissonReactiveClient. getBucket(String name)
Returns object holder instance 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>
RTransactionReactive. getBucket(String name)
Returns transactional object holder instance by name.<V> RBucketReactive<V>
RTransactionReactive. getBucket(String name, Codec codec)
Returns transactional object holder instance by name using provided codec for object.Methods in org.redisson.api that return types with arguments of type RBucketReactive Modifier and Type Method Description <V> List<RBucketReactive<V>>
RedissonReactiveClient. findBuckets(String pattern)
Returns a list of object holder instances by a key pattern -
Uses of RBucketReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RBucketReactive Modifier and Type Method Description <V> RBucketReactive<V>
RedissonBatchReactive. getBucket(String name)
<V> RBucketReactive<V>
RedissonBatchReactive. getBucket(String name, Codec codec)
<V> RBucketReactive<V>
RedissonTransactionReactive. getBucket(String name)
<V> RBucketReactive<V>
RedissonTransactionReactive. getBucket(String name, Codec codec)
-