Apache ZooKeeper Client API

The ZooKeeper client API provides Java and C language bindings for distributed coordination operations. Operations include create (create znodes), delete, exists (check existence), getData, setData, getChildren, getACL, setACL, and multi (batch operations). Watch mechanisms notify clients of znode changes. Curator is the recommended high-level Java client with recipes for distributed locks, leader elections, service discovery, and caches.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-zookeeper:apache-zookeeper-client-api
name: Apache ZooKeeper Client API
description: The ZooKeeper client API provides Java and C language bindings for distributed coordination
  operations. Operations include create (create znodes), delete, exists (check existence), getData, setData,
  getChildren, getACL, setACL, and multi (batch operations). Watch mechanisms notify clients of znode
  changes. Curator is the recommended high-level Java client with recipes for distributed locks, leader
  elections, service discovery, and caches.
humanURL: https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html
tags:
- Java
- C
- Coordination
- Leader Election
properties:
- type: Documentation
  url: https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html
- type: APIReference
  url: https://zookeeper.apache.org/doc/current/apidocs/zookeeper-server/
- type: SDK
  url: https://search.maven.org/search?q=org.apache.zookeeper
  title: Java Maven SDK
- type: SDK
  url: https://curator.apache.org/
  title: Apache Curator (High-Level Java Client)