| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AbstractLockExecutor.isHeldByCurrentThread(LockInfo lockInfo,
org.redisson.api.RLock rLock) |
boolean |
LockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DefaultRedisExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
boolean |
FairLockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
boolean |
MultiLockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
boolean |
ReadLockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
boolean |
RedLockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
boolean |
ReentrantLockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
boolean |
WriteLockExecutor.releaseLock(LockInfo lockInfo)
releaseLock
|
| 构造器和说明 |
|---|
DefaultRedisExecutor(org.springframework.data.redis.core.RedisTemplate redisTemplate,
LockInfo lockInfo) |
FairLockExecutor(org.redisson.api.RedissonClient redissonClient,
LockInfo lockInfo) |
MultiLockExecutor(org.redisson.api.RedissonClient redissonClient,
LockInfo lockInfo) |
ReadLockExecutor(org.redisson.api.RedissonClient redissonClient,
LockInfo lockInfo) |
RedLockExecutor(org.redisson.api.RedissonClient redissonClient,
LockInfo lockInfo) |
ReentrantLockExecutor(org.redisson.api.RedissonClient redissonClient,
LockInfo lockInfo) |
WriteLockExecutor(org.redisson.api.RedissonClient redissonClient,
LockInfo lockInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
LockExecutor |
LockFactory.get(LockInfo lockInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimeoutHandler.handle(LockInfo lockInfo,
LockExecutor lockExecutor)
handle
|
Copyright © 2020. All rights reserved.