Uses of Interface
org.redisson.api.RBitSetReactive
-
Packages that use RBitSetReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RBitSetReactive in org.redisson
Methods in org.redisson that return RBitSetReactive Modifier and Type Method Description RBitSetReactiveRedissonReactive. getBitSet(String name) -
Uses of RBitSetReactive in org.redisson.api
Methods in org.redisson.api that return RBitSetReactive Modifier and Type Method Description RBitSetReactiveRBatchReactive. getBitSet(String name)Returns bitSet instance by name.RBitSetReactiveRedissonReactiveClient. getBitSet(String name)Returns bitSet instance by name. -
Uses of RBitSetReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RBitSetReactive Modifier and Type Method Description RBitSetReactiveRedissonBatchReactive. getBitSet(String name)
-