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 RAtomicLongReactiveRedissonReactive. getAtomicLong(String name) -
Uses of RAtomicLongReactive in org.redisson.api
Methods in org.redisson.api that return RAtomicLongReactive Modifier and Type Method Description RAtomicLongReactiveRBatchReactive. getAtomicLong(String name)Returns "atomic long" instance by name.RAtomicLongReactiveRedissonReactiveClient. 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 RAtomicLongReactiveRedissonBatchReactive. getAtomicLong(String name)
-