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 RLockRxRedissonRx. getFairLock(String name)RLockRxRedissonRx. getLock(String name)RLockRxRedissonRx. getMultiLock(RLock... locks)RLockRxRedissonRx. getRedLock(RLock... locks)RLockRxRedissonRx. getSpinLock(String name)RLockRxRedissonRx. 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 RLockRxRedissonRxClient. getFairLock(String name)Returns Lock instance by name.RLockRxRMapRx. getFairLock(K key)ReturnsRLockinstance associated with keyRLockRxRSetCacheRx. getFairLock(V value)ReturnsRLockinstance associated withvalueRLockRxRSetRx. getFairLock(V value)ReturnsRLockinstance associated withvalueRLockRxRedissonRxClient. getLock(String name)Returns Lock instance by name.RLockRxRMapRx. getLock(K key)ReturnsRLockinstance associated with keyRLockRxRSetCacheRx. getLock(V value)Returns lock instance associated withvalueRLockRxRSetRx. getLock(V value)Returns lock instance associated withvalueRLockRxRedissonRxClient. getMultiLock(RLock... locks)Returns MultiLock instance associated with specifiedlocksRLockRxRedissonRxClient. getRedLock(RLock... locks)Deprecated.RLockRxRedissonRxClient. getSpinLock(String name)Returns Spin lock instance by name.RLockRxRedissonRxClient. getSpinLock(String name, LockOptions.BackOff backOff)Returns Spin lock instance by name with specified back off options.RLockRxRReadWriteLockRx. readLock()Returns the lock used for reading.RLockRxRReadWriteLockRx. 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 RLockRxRedissonMapRx. getFairLock(K key)RLockRxRedissonSetCacheRx. getFairLock(V value)RLockRxRedissonSetRx. getFairLock(V value)RLockRxRedissonMapRx. getLock(K key)RLockRxRedissonSetCacheRx. getLock(V value)RLockRxRedissonSetRx. getLock(V value)RLockRxRedissonReadWriteLockRx. readLock()RLockRxRedissonReadWriteLockRx. writeLock()
-