Uses of Interface
org.redisson.api.RBucketAsync
-
Packages that use RBucketAsync Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RBucketAsync in org.redisson
Classes in org.redisson that implement RBucketAsync Modifier and Type Class Description classRedissonBinaryStreamclassRedissonBucket<V>Methods in org.redisson that return RBucketAsync Modifier and Type Method Description <V> RBucketAsync<V>RedissonBatch. getBucket(String name)<V> RBucketAsync<V>RedissonBatch. getBucket(String name, Codec codec) -
Uses of RBucketAsync in org.redisson.api
Subinterfaces of RBucketAsync in org.redisson.api Modifier and Type Interface Description interfaceRBinaryStreamBinary stream holder stores a sequence of bytes.interfaceRBucket<V>Object holder.Methods in org.redisson.api that return RBucketAsync Modifier and Type Method Description <V> RBucketAsync<V>RBatch. getBucket(String name)Returns object holder byname<V> RBucketAsync<V>RBatch. getBucket(String name, Codec codec) -
Uses of RBucketAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RBucketAsync Modifier and Type Class Description classRedissonTransactionalBucket<V>
-