|
zookeeper-cpp
ZooKeeper Client for C++
|
Controls a ZooKeeper server process on this local machine. More...
#include <zk/server/server.hpp>
Public Member Functions | |
| server (std::string classpath) | |
| void | shutdown (bool wait_for_stop=false) |
Static Public Member Functions | |
| static std::shared_ptr< server > | create (package_registry ®istry) |
| Create a running server process with the best (newest) version from the provided registry. More... | |
Controls a ZooKeeper server process on this local machine.
Definition at line 20 of file server.hpp.
|
explicit |
create for why this shouldn't be used. Definition at line 12 of file server.cpp.
|
static |
Create a running server process with the best (newest) version from the provided registry.
Definition at line 22 of file server.cpp.