Uses of Interface
org.redisson.api.RAtomicDoubleReactive
-
Packages that use RAtomicDoubleReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RAtomicDoubleReactive in org.redisson
Methods in org.redisson that return RAtomicDoubleReactive Modifier and Type Method Description RAtomicDoubleReactiveRedissonReactive. getAtomicDouble(String name) -
Uses of RAtomicDoubleReactive in org.redisson.api
Methods in org.redisson.api that return RAtomicDoubleReactive Modifier and Type Method Description RAtomicDoubleReactiveRBatchReactive. getAtomicDouble(String name)Returns atomicDouble instance by name.RAtomicDoubleReactiveRedissonReactiveClient. getAtomicDouble(String name)Returns "atomic double" instance by name. -
Uses of RAtomicDoubleReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RAtomicDoubleReactive Modifier and Type Method Description RAtomicDoubleReactiveRedissonBatchReactive. getAtomicDouble(String name)
-