Apache Curator · Example Payload

Apache Curator Distributed Lock Example

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Apache Curator Distributed Lock Example is an example object payload from Apache Curator, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathacquiredthreadCountlockPath

Example Payload

apache-curator-distributed-lock-example.json Raw ↑
{
  "path": "/locks/resource-a",
  "acquired": true,
  "threadCount": 1,
  "lockPath": "/locks/resource-a/_c_abc123-lock-0000000001"
}