Uses of Interface
org.redisson.api.RBitSetRx
-
Packages that use RBitSetRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RBitSetRx in org.redisson
Methods in org.redisson that return RBitSetRx Modifier and Type Method Description RBitSetRx
RedissonRx. getBitSet(String name)
-
Uses of RBitSetRx in org.redisson.api
Methods in org.redisson.api that return RBitSetRx Modifier and Type Method Description RBitSetRx
RBatchRx. getBitSet(String name)
Returns bitSet instance by name.RBitSetRx
RedissonRxClient. getBitSet(String name)
Returns bitSet instance by name. -
Uses of RBitSetRx in org.redisson.rx
Methods in org.redisson.rx that return RBitSetRx Modifier and Type Method Description RBitSetRx
RedissonBatchRx. getBitSet(String name)
-