Uses of Interface
org.redisson.api.RAtomicDoubleRx
Packages that use RAtomicDoubleRx
-
Uses of RAtomicDoubleRx in org.redisson
Methods in org.redisson that return RAtomicDoubleRxModifier and TypeMethodDescriptionRedissonRx.getAtomicDouble(String name) RedissonRx.getAtomicDouble(CommonOptions options) -
Uses of RAtomicDoubleRx in org.redisson.api
Methods in org.redisson.api that return RAtomicDoubleRxModifier and TypeMethodDescriptionRBatchRx.getAtomicDouble(String name) Returns atomicDouble instance by name.RedissonRxClient.getAtomicDouble(String name) Returns "atomic double" instance by name.RedissonRxClient.getAtomicDouble(CommonOptions options) Returns atomicDouble instance with specifiedoptions. -
Uses of RAtomicDoubleRx in org.redisson.rx
Methods in org.redisson.rx that return RAtomicDoubleRx