Uses of Interface
org.redisson.api.RLockReactive
-
Packages that use RLockReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RLockReactive in org.redisson
Methods in org.redisson that return RLockReactive Modifier and Type Method Description RLockReactiveRedissonReactive. getFairLock(String name)RLockReactiveRedissonReactive. getLock(String name)RLockReactiveRedissonReactive. getMultiLock(RLock... locks)RLockReactiveRedissonReactive. getRedLock(RLock... locks)RLockReactiveRedissonReactive. getSpinLock(String name)RLockReactiveRedissonReactive. getSpinLock(String name, LockOptions.BackOff backOff) -
Uses of RLockReactive in org.redisson.api
Methods in org.redisson.api that return RLockReactive Modifier and Type Method Description RLockReactiveRedissonReactiveClient. getFairLock(String name)Returns Lock instance by name.RLockReactiveRMapReactive. getFairLock(K key)ReturnsRLockinstance associated with keyRLockReactiveRSetCacheReactive. getFairLock(V value)ReturnsRLockinstance associated withvalueRLockReactiveRSetReactive. getFairLock(V value)ReturnsRLockinstance associated withvalueRLockReactiveRedissonReactiveClient. getLock(String name)Returns Lock instance by name.RLockReactiveRMapReactive. getLock(K key)ReturnsRLockinstance associated with keyRLockReactiveRSetCacheReactive. getLock(V value)Returns lock instance associated withvalueRLockReactiveRSetReactive. getLock(V value)Returns lock instance associated withvalueRLockReactiveRedissonReactiveClient. getMultiLock(RLock... locks)Returns MultiLock instance associated with specifiedlocksRLockReactiveRedissonReactiveClient. getRedLock(RLock... locks)Deprecated.RLockReactiveRedissonReactiveClient. getSpinLock(String name)Returns Spin lock instance by name.RLockReactiveRedissonReactiveClient. getSpinLock(String name, LockOptions.BackOff backOff)Returns Spin lock instance by name with specified back off options.RLockReactiveRReadWriteLockReactive. readLock()Returns the lock used for reading.RLockReactiveRReadWriteLockReactive. writeLock()Returns the lock used for writing. -
Uses of RLockReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RLockReactive Modifier and Type Method Description RLockReactiveRedissonMapReactive. getFairLock(K key)RLockReactiveRedissonSetCacheReactive. getFairLock(V value)RLockReactiveRedissonSetReactive. getFairLock(V value)RLockReactiveRedissonMapReactive. getLock(K key)RLockReactiveRedissonSetCacheReactive. getLock(V value)RLockReactiveRedissonSetReactive. getLock(V value)RLockReactiveRedissonReadWriteLockReactive. readLock()RLockReactiveRedissonReadWriteLockReactive. writeLock()
-