Uses of Interface
org.redisson.api.RBitSetAsync
-
Packages that use RBitSetAsync Package Description org.redisson org.redisson.api -
-
Uses of RBitSetAsync in org.redisson
Classes in org.redisson that implement RBitSetAsync Modifier and Type Class Description classRedissonBitSetMethods in org.redisson that return RBitSetAsync Modifier and Type Method Description protected RBitSetAsyncRedissonBloomFilter. createBitSet(CommandBatchService executorService)RBitSetAsyncRedissonBatch. getBitSet(String name) -
Uses of RBitSetAsync in org.redisson.api
Subinterfaces of RBitSetAsync in org.redisson.api Modifier and Type Interface Description interfaceRBitSetVector of bits that grows as needed.Methods in org.redisson.api that return RBitSetAsync Modifier and Type Method Description RBitSetAsyncRBatch. getBitSet(String name)Returns bitSet instance by name.
-