Uses of Interface
org.redisson.api.RAtomicLongAsync
-
Packages that use RAtomicLongAsync Package Description org.redisson org.redisson.api -
-
Uses of RAtomicLongAsync in org.redisson
Classes in org.redisson that implement RAtomicLongAsync Modifier and Type Class Description classRedissonAtomicLongDistributed alternative to theAtomicLongMethods in org.redisson that return RAtomicLongAsync Modifier and Type Method Description RAtomicLongAsyncRedissonBatch. getAtomicLong(String name) -
Uses of RAtomicLongAsync in org.redisson.api
Subinterfaces of RAtomicLongAsync in org.redisson.api Modifier and Type Interface Description interfaceRAtomicLongDistributed implementation ofAtomicLongMethods in org.redisson.api that return RAtomicLongAsync Modifier and Type Method Description RAtomicLongAsyncRBatch. getAtomicLong(String name)Returns atomicLong instance by name.
-