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 class
RedissonAtomicLong
Distributed alternative to theAtomicLong
Methods in org.redisson that return RAtomicLong Modifier and Type Method Description RAtomicLong
Redisson. getAtomicLong(String name)
-
Uses of RAtomicLong in org.redisson.api
Methods in org.redisson.api that return RAtomicLong Modifier and Type Method Description RAtomicLong
RedissonClient. getAtomicLong(String name)
Returns atomicLong instance by name.
-