Uses of Interface
org.redisson.api.RAtomicLongRx
-
Packages that use RAtomicLongRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RAtomicLongRx in org.redisson
Methods in org.redisson that return RAtomicLongRx Modifier and Type Method Description RAtomicLongRxRedissonRx. getAtomicLong(String name) -
Uses of RAtomicLongRx in org.redisson.api
Methods in org.redisson.api that return RAtomicLongRx Modifier and Type Method Description RAtomicLongRxRBatchRx. getAtomicLong(String name)Returns "atomic long" instance by name.RAtomicLongRxRedissonRxClient. getAtomicLong(String name)Returns "atomic long" instance by name. -
Uses of RAtomicLongRx in org.redisson.rx
Methods in org.redisson.rx that return RAtomicLongRx Modifier and Type Method Description RAtomicLongRxRedissonBatchRx. getAtomicLong(String name)
-