Uses of Interface
org.broadleafcommerce.core.util.lock.DistributedLock
Packages that use DistributedLock
-
Uses of DistributedLock in org.broadleafcommerce.core.util.lock
Classes in org.broadleafcommerce.core.util.lock that implement DistributedLockModifier and TypeClassDescriptionclassThis is similar to aReentrantLock, except that it uses Zookeeper to share the lock state across multiple nodes, allowing for a distributed lock. -
Uses of DistributedLock in org.broadleafcommerce.core.util.queue
Methods in org.broadleafcommerce.core.util.queue that return DistributedLockModifier and TypeMethodDescriptionprotected DistributedLockZookeeperDistributedQueue.getConfigLock()protected DistributedLockZookeeperDistributedQueue.getQueueAccessLock()protected DistributedLockZookeeperDistributedQueue.initializeConfigLock()protected DistributedLockZookeeperDistributedQueue.initializeQueueAccessLock()