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 classRedissonAtomicDoubleDistributed alternative to theAtomicLongMethods in org.redisson that return RAtomicDoubleAsync Modifier and Type Method Description RAtomicDoubleAsyncRedissonBatch. getAtomicDouble(String name) -
Uses of RAtomicDoubleAsync in org.redisson.api
Subinterfaces of RAtomicDoubleAsync in org.redisson.api Modifier and Type Interface Description interfaceRAtomicDoubleDistributed implementation to the AtomicDoubleMethods in org.redisson.api that return RAtomicDoubleAsync Modifier and Type Method Description RAtomicDoubleAsyncRBatch. getAtomicDouble(String name)Returns atomicDouble instance by name.
-