Uses of Interface
org.redisson.api.RBitSet
-
Packages that use RBitSet Package Description org.redisson org.redisson.api -
-
Uses of RBitSet in org.redisson
Classes in org.redisson that implement RBitSet Modifier and Type Class Description classRedissonBitSetMethods in org.redisson that return RBitSet Modifier and Type Method Description RBitSetRedisson. getBitSet(String name) -
Uses of RBitSet in org.redisson.api
Methods in org.redisson.api that return RBitSet Modifier and Type Method Description RBitSetRedissonClient. getBitSet(String name)Returns bitSet instance by name.
-