public class RedissonRedLock extends RedissonMultiLock
| Constructor and Description |
|---|
RedissonRedLock(RLock... locks)
Creates instance with multiple
RLock objects. |
| Modifier and Type | Method and Description |
|---|---|
protected int |
failedLocksLimit() |
protected int |
minLocksAmount(List<RLock> locks) |
void |
unlock() |
lock, lock, lockInterruptibly, lockInterruptibly, newCondition, tryLock, tryLock, tryLock, unlockInnerprotected int failedLocksLimit()
failedLocksLimit in class RedissonMultiLockpublic void unlock()
unlock in interface Lockunlock in class RedissonMultiLockCopyright © 2014–2017 The Redisson Project. All rights reserved.