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 class
RedissonAtomicLong
Distributed alternative to theAtomicLong
Methods in org.redisson that return RAtomicLongAsync Modifier and Type Method Description RAtomicLongAsync
RedissonBatch. getAtomicLong(String name)
-
Uses of RAtomicLongAsync in org.redisson.api
Subinterfaces of RAtomicLongAsync in org.redisson.api Modifier and Type Interface Description interface
RAtomicLong
Distributed implementation ofAtomicLong
Methods in org.redisson.api that return RAtomicLongAsync Modifier and Type Method Description RAtomicLongAsync
RBatch. getAtomicLong(String name)
Returns atomicLong instance by name.
-