Uses of Interface
org.redisson.api.RAtomicLongReactive
-
Packages that use RAtomicLongReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RAtomicLongReactive in org.redisson
Methods in org.redisson that return RAtomicLongReactive Modifier and Type Method Description RAtomicLongReactive
RedissonReactive. getAtomicLong(String name)
-
Uses of RAtomicLongReactive in org.redisson.api
Methods in org.redisson.api that return RAtomicLongReactive Modifier and Type Method Description RAtomicLongReactive
RBatchReactive. getAtomicLong(String name)
Returns "atomic long" instance by name.RAtomicLongReactive
RedissonReactiveClient. getAtomicLong(String name)
Returns "atomic long" instance by name. -
Uses of RAtomicLongReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RAtomicLongReactive Modifier and Type Method Description RAtomicLongReactive
RedissonBatchReactive. getAtomicLong(String name)
-