3 #include <zk/config.hpp>
57 void shutdown(
bool wait_for_stop =
false);
63 std::atomic<bool> _running;
64 std::unique_ptr<detail::event_handle> _shutdown_event;
Represents a collection of JARs or other Java entities that should be provided as the --classpath to ...
Controls a ZooKeeper server process on this local machine.
server(classpath packages, configuration settings)
Create a running server process with the specified packages and settings.
void shutdown(bool wait_for_stop=false)
Initiate shutting down the server process.
Represents a configuration which should be run by server instance.