Uses of Interface
org.redisson.api.RAtomicDoubleAsync
-
Packages that use RAtomicDoubleAsync Package Description org.redisson org.redisson.api -
-
Uses of RAtomicDoubleAsync in org.redisson
Classes in org.redisson that implement RAtomicDoubleAsync Modifier and Type Class Description class
RedissonAtomicDouble
Distributed alternative to theAtomicLong
Methods in org.redisson that return RAtomicDoubleAsync Modifier and Type Method Description RAtomicDoubleAsync
RedissonBatch. getAtomicDouble(String name)
-
Uses of RAtomicDoubleAsync in org.redisson.api
Subinterfaces of RAtomicDoubleAsync in org.redisson.api Modifier and Type Interface Description interface
RAtomicDouble
Distributed implementation to the AtomicDoubleMethods in org.redisson.api that return RAtomicDoubleAsync Modifier and Type Method Description RAtomicDoubleAsync
RBatch. getAtomicDouble(String name)
Returns atomicDouble instance by name.
-