Uses of Interface
org.redisson.api.RBucketsRx
-
Packages that use RBucketsRx Package Description org.redisson org.redisson.api -
-
Uses of RBucketsRx in org.redisson
Methods in org.redisson that return RBucketsRx Modifier and Type Method Description RBucketsRx
RedissonRx. getBuckets()
RBucketsRx
RedissonRx. getBuckets(Codec codec)
-
Uses of RBucketsRx in org.redisson.api
Methods in org.redisson.api that return RBucketsRx Modifier and Type Method Description RBucketsRx
RedissonRxClient. getBuckets()
Returns interface for mass operations with Bucket objects.RBucketsRx
RedissonRxClient. getBuckets(Codec codec)
Returns interface for mass operations with Bucket objects using provided codec for object.
-