Uses of Interface
org.redisson.api.RAtomicLong
-
Packages that use RAtomicLong Package Description org.redisson org.redisson.api -
-
Uses of RAtomicLong in org.redisson
Classes in org.redisson that implement RAtomicLong Modifier and Type Class Description classRedissonAtomicLongDistributed alternative to theAtomicLongMethods in org.redisson that return RAtomicLong Modifier and Type Method Description RAtomicLongRedisson. getAtomicLong(String name) -
Uses of RAtomicLong in org.redisson.api
Methods in org.redisson.api that return RAtomicLong Modifier and Type Method Description RAtomicLongRedissonClient. getAtomicLong(String name)Returns atomicLong instance by name.
-