Uses of Interface
org.redisson.api.RJsonBucketRx
Packages that use RJsonBucketRx
-
Uses of RJsonBucketRx in org.redisson
Methods in org.redisson that return RJsonBucketRxModifier and TypeMethodDescription<V> RJsonBucketRx<V>RedissonRx.getJsonBucket(String name, JsonCodec<V> codec) -
Uses of RJsonBucketRx in org.redisson.api
Methods in org.redisson.api that return RJsonBucketRxModifier and TypeMethodDescription<V> RJsonBucketRx<V>RBatchRx.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucketRx<V>RedissonRxClient.getJsonBucket(String name, JsonCodec<V> codec) Returns JSON data holder instance by name using provided codec. -
Uses of RJsonBucketRx in org.redisson.rx
Methods in org.redisson.rx that return RJsonBucketRxModifier and TypeMethodDescription<V> RJsonBucketRx<V>RedissonBatchRx.getJsonBucket(String name, JsonCodec<V> codec)