@Component public class LockHelper extends Object
| 构造器和说明 |
|---|
LockHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCacheKey() |
Condition |
getConsumerCondition() |
ReentrantLock |
getConsumerLock() |
Condition |
getProduceCondition() |
ReentrantLock |
getProduceLock() |
String |
getSendTag() |
public String getCacheKey()
public String getSendTag()
public ReentrantLock getConsumerLock()
public Condition getConsumerCondition()
public ReentrantLock getProduceLock()
public Condition getProduceCondition()
Copyright © 2023. All rights reserved.