Uses of Interface
org.redisson.api.RLockReactive
Packages that use RLockReactive
-
Uses of RLockReactive in org.redisson
Methods in org.redisson that return RLockReactiveModifier and TypeMethodDescriptionRedissonReactive.getFairLock(String name) RedissonReactive.getMultiLock(RLock... locks) RedissonReactive.getMultiLock(RLockReactive... locks) RedissonReactive.getRedLock(RLock... locks) RedissonReactive.getSpinLock(String name) RedissonReactive.getSpinLock(String name, LockOptions.BackOff backOff) Methods in org.redisson with parameters of type RLockReactive -
Uses of RLockReactive in org.redisson.api
Methods in org.redisson.api that return RLockReactiveModifier and TypeMethodDescriptionRedissonReactiveClient.getFairLock(String name) Returns Lock instance by name.RMapReactive.getFairLock(K key) ReturnsRLockinstance associated with keyRSetCacheReactive.getFairLock(V value) ReturnsRLockinstance associated withvalueRSetReactive.getFairLock(V value) ReturnsRLockinstance associated withvalueReturns Lock instance by name.ReturnsRLockinstance associated with keyReturns lock instance associated withvalueReturns lock instance associated withvalueRedissonReactiveClient.getMultiLock(RLock... locks) Deprecated.RedissonReactiveClient.getMultiLock(RLockReactive... locks) Returns MultiLock instance associated with specifiedlocksRedissonReactiveClient.getRedLock(RLock... locks) Deprecated.RedissonReactiveClient.getSpinLock(String name) Returns Spin lock instance by name.RedissonReactiveClient.getSpinLock(String name, LockOptions.BackOff backOff) Returns Spin lock instance by name with specified back off options.RReadWriteLockReactive.readLock()Returns the lock used for reading.RReadWriteLockReactive.writeLock()Returns the lock used for writing.Methods in org.redisson.api with parameters of type RLockReactiveModifier and TypeMethodDescriptionRedissonReactiveClient.getMultiLock(RLockReactive... locks) Returns MultiLock instance associated with specifiedlocks -
Uses of RLockReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RLockReactiveModifier and TypeMethodDescriptionRedissonMapReactive.getFairLock(K key) RedissonSetCacheReactive.getFairLock(V value) RedissonSetReactive.getFairLock(V value) RedissonReadWriteLockReactive.readLock()RedissonReadWriteLockReactive.writeLock()