Uses of Interface
org.redisson.api.RLockRx
Packages that use RLockRx
-
Uses of RLockRx in org.redisson
Methods in org.redisson that return RLockRxModifier and TypeMethodDescriptionRedissonRx.getFairLock(String name) RedissonRx.getFairLock(CommonOptions options) RedissonRx.getLock(CommonOptions options) RedissonRx.getMultiLock(RLock... locks) RedissonRx.getMultiLock(RLockRx... locks) RedissonRx.getRedLock(RLock... locks) RedissonRx.getSpinLock(String name) RedissonRx.getSpinLock(String name, LockOptions.BackOff backOff) Methods in org.redisson with parameters of type RLockRx -
Uses of RLockRx in org.redisson.api
Subinterfaces of RLockRx in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRedis based implementation of Fenced Lock with reentrancy support.Methods in org.redisson.api that return RLockRxModifier and TypeMethodDescriptionRedissonRxClient.getFairLock(String name) Returns Lock instance by name.RedissonRxClient.getFairLock(CommonOptions options) Returns Lock instance with specifiedoptions.RMapRx.getFairLock(K key) ReturnsRLockinstance associated with keyRSetCacheRx.getFairLock(V value) ReturnsRLockinstance associated withvalueRSetRx.getFairLock(V value) ReturnsRLockinstance associated withvalueReturns Lock instance by name.RedissonRxClient.getLock(CommonOptions options) Returns Lock instance with specifiedoptions.ReturnsRLockinstance associated with keyReturns lock instance associated withvalueReturns lock instance associated withvalueRedissonRxClient.getMultiLock(RLock... locks) Deprecated.RedissonRxClient.getMultiLock(RLockRx... locks) Returns MultiLock instance associated with specifiedlocksRedissonRxClient.getRedLock(RLock... locks) Deprecated.RedissonRxClient.getSpinLock(String name) Returns Spin lock instance by name.RedissonRxClient.getSpinLock(String name, LockOptions.BackOff backOff) Returns Spin lock instance by name with specified back off options.RReadWriteLockRx.readLock()Returns the lock used for reading.RReadWriteLockRx.writeLock()Returns the lock used for writing.Methods in org.redisson.api with parameters of type RLockRxModifier and TypeMethodDescriptionRedissonRxClient.getMultiLock(RLockRx... locks) Returns MultiLock instance associated with specifiedlocks -
Uses of RLockRx in org.redisson.rx
Methods in org.redisson.rx that return RLockRxModifier and TypeMethodDescriptionRedissonMapRx.getFairLock(K key) RedissonSetCacheRx.getFairLock(V value) RedissonSetRx.getFairLock(V value) RedissonReadWriteLockRx.readLock()RedissonReadWriteLockRx.writeLock()