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 RAtomicDoubleReactive
RedissonReactive. getAtomicDouble(String name)
-
Uses of RAtomicDoubleReactive in org.redisson.api
Methods in org.redisson.api that return RAtomicDoubleReactive Modifier and Type Method Description RAtomicDoubleReactive
RBatchReactive. getAtomicDouble(String name)
Returns atomicDouble instance by name.RAtomicDoubleReactive
RedissonReactiveClient. 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 RAtomicDoubleReactive
RedissonBatchReactive. getAtomicDouble(String name)
-