zookeeper-cpp
ZooKeeper Client for C++
zk::curator::client Class Referencefinal

A high-level wrapper around zk::client, with a number of simple advantages: More...

#include <zk/curator/client.hpp>

Detailed Description

A high-level wrapper around zk::client, with a number of simple advantages:

  • Automatic Connection Management
    • Error cases that require the standard zk::client to be recreated a connection and retry operations. This client automatically and transparently (mostly) handles these cases.
  • Watches for NodeDataChanged events and calls updateServerList() as needed.
  • Watches are automatically removed by Curator recipes.

Definition at line 23 of file client.hpp.


The documentation for this class was generated from the following file: