Uses of Interface
org.redisson.api.RLockRx
-
Packages that use RLockRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RLockRx in org.redisson
Methods in org.redisson that return RLockRx Modifier and Type Method Description RLockRx
RedissonRx. getFairLock(String name)
RLockRx
RedissonRx. getLock(String name)
RLockRx
RedissonRx. getMultiLock(RLock... locks)
RLockRx
RedissonRx. getRedLock(RLock... locks)
RLockRx
RedissonRx. getSpinLock(String name)
RLockRx
RedissonRx. getSpinLock(String name, LockOptions.BackOff backOff)
-
Uses of RLockRx in org.redisson.api
Methods in org.redisson.api that return RLockRx Modifier and Type Method Description RLockRx
RedissonRxClient. getFairLock(String name)
Returns Lock instance by name.RLockRx
RMapRx. getFairLock(K key)
ReturnsRLock
instance associated with keyRLockRx
RSetCacheRx. getFairLock(V value)
ReturnsRLock
instance associated withvalue
RLockRx
RSetRx. getFairLock(V value)
ReturnsRLock
instance associated withvalue
RLockRx
RedissonRxClient. getLock(String name)
Returns Lock instance by name.RLockRx
RMapRx. getLock(K key)
ReturnsRLock
instance associated with keyRLockRx
RSetCacheRx. getLock(V value)
Returns lock instance associated withvalue
RLockRx
RSetRx. getLock(V value)
Returns lock instance associated withvalue
RLockRx
RedissonRxClient. getMultiLock(RLock... locks)
Returns MultiLock instance associated with specifiedlocks
RLockRx
RedissonRxClient. getRedLock(RLock... locks)
Deprecated.RLockRx
RedissonRxClient. getSpinLock(String name)
Returns Spin lock instance by name.RLockRx
RedissonRxClient. getSpinLock(String name, LockOptions.BackOff backOff)
Returns Spin lock instance by name with specified back off options.RLockRx
RReadWriteLockRx. readLock()
Returns the lock used for reading.RLockRx
RReadWriteLockRx. writeLock()
Returns the lock used for writing. -
Uses of RLockRx in org.redisson.rx
Methods in org.redisson.rx that return RLockRx Modifier and Type Method Description RLockRx
RedissonMapRx. getFairLock(K key)
RLockRx
RedissonSetCacheRx. getFairLock(V value)
RLockRx
RedissonSetRx. getFairLock(V value)
RLockRx
RedissonMapRx. getLock(K key)
RLockRx
RedissonSetCacheRx. getLock(V value)
RLockRx
RedissonSetRx. getLock(V value)
RLockRx
RedissonReadWriteLockRx. readLock()
RLockRx
RedissonReadWriteLockRx. writeLock()
-