Uses of Interface
org.redisson.api.RJsonBucket
Packages that use RJsonBucket
-
Uses of RJsonBucket in org.redisson
Classes in org.redisson that implement RJsonBucketMethods in org.redisson that return RJsonBucketModifier and TypeMethodDescription<V> RJsonBucket<V> Redisson.getJsonBucket(String name, JsonCodec codec) <V> RJsonBucket<V> Redisson.getJsonBucket(JsonBucketOptions<V> options) -
Uses of RJsonBucket in org.redisson.api
Methods in org.redisson.api that return RJsonBucketModifier and TypeMethodDescription<V> RJsonBucket<V> RedissonClient.getJsonBucket(String name, JsonCodec codec) Returns JSON data holder instance by name using provided codec.<V> RJsonBucket<V> RedissonClient.getJsonBucket(JsonBucketOptions<V> options) Returns JSON data holder instance with specifiedoptions.