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 class
RedissonBitSet
Methods in org.redisson that return RBitSet Modifier and Type Method Description RBitSet
Redisson. getBitSet(String name)
-
Uses of RBitSet in org.redisson.api
Methods in org.redisson.api that return RBitSet Modifier and Type Method Description RBitSet
RedissonClient. getBitSet(String name)
Returns bitSet instance by name.
-