zookeeper-cpp
ZooKeeper Client for C++
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Czk::aclAn access control list is a wrapper around acl_rule instances
 Czk::acl_ruleAn individual rule in an acl
 Czk::aclsConvenience operations around commonly-used ACLs
 Czk::op::check_data
 Czk::clientA ZooKeeper client connection
 Czk::curator::clientA high-level wrapper around zk::client, with a number of simple advantages:
 Czk::connection
 Czk::connection_zk
 Czk::connection_zk_commit_completer
 Czk::op::create_data
 Czk::create_resultThe result type of client::create
 Czk::op::erase_data
 Czk::eventData delivered when a watched event triggers
 Cstd::exceptionSTL class
 Cstd::runtime_errorSTL class
 Czk::error
 Czk::api_error
 Czk::authentication_failed
 Czk::bad_version
 Czk::closing
 Czk::ephemeral_on_local_session
 Czk::invalid_acl
 Czk::invalid_callback
 Czk::no_children_for_ephemerals
 Czk::no_node
 Czk::no_response
 Czk::no_watcher
 Czk::node_exists
 Czk::not_authenticated
 Czk::not_empty
 Czk::reconfiguration_disabled
 Czk::server_read_only
 Czk::session_expired
 Czk::session_moved
 Czk::transaction_failedThrown from client::commit when a transaction cannot be committed to the system
 Czk::system_error
 Czk::connection_loss
 Czk::data_inconsistency
 Czk::invalid_arguments
 Czk::invalid_handle_state
 Czk::marshalling_error
 Czk::new_configuration_no_quorum
 Czk::operation_timeout
 Czk::reconfiguration_in_progress
 Czk::runtime_inconsistency
 Czk::unimplemented
 Czk::unknown_session
 Czk::unknown_error
 Czk::exists_resultThe result type of client::exists
 Czk::get_acl_resultThe result type of client::get_acl
 Czk::get_children_resultThe result type of client::get_children
 Czk::get_resultThe result type of client::get
 Cstd::hash< zk::acl_rule >
 Cstd::hash< zk::transaction_id >
 Cstd::hash< zk::version >
 Czk::multi_op
 Czk::multi_result
 Czk::op
 Czk::server::package_registryThe package registry tracks configuration of classpaths and JARs needed to run various ZooKeeper versions
 Czk::multi_result::partA part of a result
 Czk::server::package_registry::registration_info
 Czk::server::serverControls a ZooKeeper server process on this local machine
 Czk::op::set_data
 Czk::set_resultThe result type of client::set
 Czk::statStatistics about a znode, similar to the UNIX stat structure
 Czk::strong_id< TReal, TId >Base type for creating strong ID types
 Czk::strong_id< acl_version, std::int32_t >
 Czk::basic_version< acl_version >
 Czk::acl_versionRepresents a version of the ACL of a ZNode
 Czk::strong_id< child_version, std::int32_t >
 Czk::basic_version< child_version >
 Czk::child_versionRepresents a version of the children of a ZNode
 Czk::strong_id< transaction_id, std::size_t >
 Czk::transaction_id
 Czk::strong_id< TReal, std::int32_t >
 Czk::basic_version< TReal >Base type for version types
 Czk::strong_id< version, std::int32_t >
 Czk::basic_version< version >
 Czk::versionRepresents a version of the data
 Czk::watch_children_resultThe result type of client::watch_children
 Czk::watch_exists_resultThe result type of client::watch_exists
 Czk::watch_resultThe result type of client::watch