| Package | Description |
|---|---|
| org.broadleafcommerce.core.util.lock | |
| org.broadleafcommerce.core.util.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
ReentrantDistributedZookeeperLock
This is similar to a
ReentrantLock, except that it uses Zookeeper to
share the lock state across multiple nodes, allowing for a distributed lock. |
| Modifier and Type | Method and Description |
|---|---|
protected DistributedLock |
ZookeeperDistributedQueue.getConfigLock() |
protected DistributedLock |
ZookeeperDistributedQueue.getQueueAccessLock() |
protected DistributedLock |
ZookeeperDistributedQueue.initializeConfigLock() |
protected DistributedLock |
ZookeeperDistributedQueue.initializeQueueAccessLock() |
Copyright © 2024. All rights reserved.