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 RBitSetRxRedissonRx. getBitSet(String name) -
Uses of RBitSetRx in org.redisson.api
Methods in org.redisson.api that return RBitSetRx Modifier and Type Method Description RBitSetRxRBatchRx. getBitSet(String name)Returns bitSet instance by name.RBitSetRxRedissonRxClient. 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 RBitSetRxRedissonBatchRx. getBitSet(String name)
-