Uses of Interface
org.redisson.api.RBucket
-
Packages that use RBucket Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RBucket in org.redisson
Classes in org.redisson that implement RBucket Modifier and Type Class Description classRedissonBinaryStreamclassRedissonBucket<V>Methods in org.redisson that return RBucket Modifier and Type Method Description <V> RBucket<V>Redisson. getBucket(String name)<V> RBucket<V>Redisson. getBucket(String name, Codec codec) -
Uses of RBucket in org.redisson.api
Subinterfaces of RBucket in org.redisson.api Modifier and Type Interface Description interfaceRBinaryStreamBinary stream holder stores a sequence of bytes.Methods in org.redisson.api that return RBucket Modifier and Type Method Description <V> RBucket<V>RedissonClient. getBucket(String name)Returns object holder instance by name.<V> RBucket<V>RedissonClient. getBucket(String name, Codec codec)Returns object holder instance by name using provided codec for object.<V> RBucket<V>RTransaction. getBucket(String name)Returns transactional object holder instance by name.<V> RBucket<V>RTransaction. getBucket(String name, Codec codec)Returns transactional object holder instance by name using provided codec for object. -
Uses of RBucket in org.redisson.transaction
Classes in org.redisson.transaction that implement RBucket Modifier and Type Class Description classRedissonTransactionalBucket<V>Methods in org.redisson.transaction that return RBucket Modifier and Type Method Description <V> RBucket<V>RedissonTransaction. getBucket(String name)<V> RBucket<V>RedissonTransaction. getBucket(String name, Codec codec)
-