|
zookeeper-cpp
ZooKeeper Client for C++
|
Control a ZooKeeper server process. More...
Classes | |
| class | zk::server::classpath |
Represents a collection of JARs or other Java entities that should be provided as the --classpath to the JVM. More... | |
| struct | zk::server::server_id |
| Represents the ID of a server in the ensemble. More... | |
| class | zk::server::configuration |
| Represents a configuration which should be run by server instance. More... | |
| class | zk::server::package_registry |
| The package registry tracks configuration of classpaths and JARs needed to run various ZooKeeper versions. More... | |
| class | zk::server::server |
| Controls a ZooKeeper server process on this local machine. More... | |
| class | zk::server::server_group |
| Create and manage a group of server instances on this local machine (most likely in a single ensemble). More... | |
Control a ZooKeeper server process.