Uses of Interface
org.redisson.api.RBucketRx
-
Packages that use RBucketRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RBucketRx in org.redisson
Methods in org.redisson that return RBucketRx Modifier and Type Method Description <V> RBucketRx<V>
RedissonRx. getBucket(String name)
<V> RBucketRx<V>
RedissonRx. getBucket(String name, Codec codec)
-
Uses of RBucketRx in org.redisson.api
Subinterfaces of RBucketRx in org.redisson.api Modifier and Type Interface Description interface
RBinaryStreamRx
Binary stream holder stores a sequence of bytes.Methods in org.redisson.api that return RBucketRx Modifier and Type Method Description <V> RBucketRx<V>
RBatchRx. getBucket(String name)
Returns object holder by name<V> RBucketRx<V>
RBatchRx. getBucket(String name, Codec codec)
<V> RBucketRx<V>
RedissonRxClient. getBucket(String name)
Returns object holder instance by name<V> RBucketRx<V>
RedissonRxClient. getBucket(String name, Codec codec)
Returns object holder instance by name using provided codec for object.<V> RBucketRx<V>
RTransactionRx. getBucket(String name)
Returns transactional object holder instance by name.<V> RBucketRx<V>
RTransactionRx. getBucket(String name, Codec codec)
Returns transactional object holder instance by name using provided codec for object. -
Uses of RBucketRx in org.redisson.rx
Methods in org.redisson.rx that return RBucketRx Modifier and Type Method Description <V> RBucketRx<V>
RedissonBatchRx. getBucket(String name)
<V> RBucketRx<V>
RedissonBatchRx. getBucket(String name, Codec codec)
<V> RBucketRx<V>
RedissonTransactionRx. getBucket(String name)
<V> RBucketRx<V>
RedissonTransactionRx. getBucket(String name, Codec codec)
-