Apache Curator · Schema

DistributedLock

Configuration and state for an Apache Curator InterProcessMutex distributed lock.

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Properties

Name Type Description
path string ZooKeeper path used as the lock node.
acquired boolean Whether the lock is currently acquired by this process.
threadCount integer Number of times the current thread holds the lock (reentrant count).
lockPath string Actual ZooKeeper ephemeral node path created for this lock acquisition.
View JSON Schema on GitHub