Uses of Interface
org.redisson.api.RAtomicDouble
-
Packages that use RAtomicDouble Package Description org.redisson org.redisson.api -
-
Uses of RAtomicDouble in org.redisson
Classes in org.redisson that implement RAtomicDouble Modifier and Type Class Description class
RedissonAtomicDouble
Distributed alternative to theAtomicLong
Methods in org.redisson that return RAtomicDouble Modifier and Type Method Description RAtomicDouble
Redisson. getAtomicDouble(String name)
-
Uses of RAtomicDouble in org.redisson.api
Methods in org.redisson.api that return RAtomicDouble Modifier and Type Method Description RAtomicDouble
RedissonClient. getAtomicDouble(String name)
Returns atomicDouble instance by name.
-