zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NstdSTL namespace
 Chash< zk::acl_rule >
 Chash< zk::acl_version >
 Chash< zk::child_version >
 Chash< zk::server::server_id >
 Chash< zk::transaction_id >
 Chash< zk::version >
 Cis_error_code_enum< zk::error_code >
 Nzk
 Nserver
 CclasspathRepresents a collection of JARs or other Java entities that should be provided as the --classpath to the JVM
 CconfigurationRepresents a configuration which should be run by server instance
 Cpackage_registryThe package registry tracks configuration of classpaths and JARs needed to run various ZooKeeper versions
 Cregistration_info
 CserverControls a ZooKeeper server process on this local machine
 Cserver_groupCreate and manage a group of server instances on this local machine (most likely in a single ensemble)
 Cinfo
 Cserver_idRepresents the ID of a server in the ensemble
 CaclAn access control list is a wrapper around acl_rule instances
 Cacl_ruleAn individual rule in an acl
 Cacl_versionRepresents a version of the ACL of an entry
 CaclsCommonly-used ACLs
 Cauthentication_failedThe server rejected the connection due to invalid authentication information
 Cbasic_versionBase type for version types
 Ccheck_failedBase exception for cases where a write operation was rolled back due to a failed check
 Cchild_versionRepresents a version of the children of an entry
 CclientA ZooKeeper client connection
 CclosedThe connection is closed
 CconnectionAn actual connection to the server
 Cconnection_lossConnection to the server has been lost before the attempted operation was verified as completed
 Cconnection_paramsUsed to specify parameters for a connection
 Cconnection_zk
 Cbasic_watcher
 Cchild_watcher
 Cdata_watcher
 Cexists_watcher
 Cwatcher
 Cconnection_zk_commit_completer
 Ccreate_resultThe result type of client::create
 Centry_existsThrown when attempting to create a ZNode, but one already exists at the specified path
 Cephemeral_on_local_sessionAn attempt was made to create an ephemeral entry, but the connection has a local session
 CerrorBase error type for all errors raised by this library
 Cerror_category_impl
 CeventData delivered when a watched event triggers
 Cexists_resultThe result type of client::exists
 Cget_acl_resultThe result type of client::get_acl
 Cget_children_resultThe result type of client::get_children
 Cget_resultThe result type of client::get
 Cinvalid_argumentsArguments to an operation were invalid
 Cinvalid_connection_stateBase type for errors generated because the connection is misconfigured
 Cinvalid_ensemble_stateBase exception for cases where the ensemble is in an invalid state to perform a given action
 Cmarshalling_errorAn error occurred while marshalling data
 Cmulti_opA collection of operations that will be performed atomically
 Cmulti_resultThe result of a successful client::commit operation
 CpartA part of a result. The behavior depends on the type of op provided to the original transaction
 Cnew_configuration_no_quorumRaised when attempting an ensemble reconfiguration, but the proposed new ensemble would not be able to form quorum
 Cno_children_for_ephemeralsEphemeral ZNodes cannot have children
 Cno_entryThrown from read operations when attempting to read a ZNode that does not exist
 Cnot_authorizedAn attempt was made to read or write to a ZNode when the connection does not have permission to do
 Cnot_emptyThrown when attempting to erase a ZNode that has children
 Cnot_implementedOperation was attempted that was not implemented
 CopRepresents a single operation of a multi_op
 Ccheck_dataData for a op::check operation
 Ccreate_dataData for a op::create operation
 Cerase_dataData for a op::erase operation
 Cset_dataData for a op::set operation
 Cprint_buffer_content_tag
 Cprint_buffer_length_tag
 Cread_only_connectionA write operation was attempted on a read-only connection
 Creconfiguration_disabledThe ensemble does not support reconfiguration
 Creconfiguration_in_progressAn attempt was made to reconfigure the ensemble, but there is already a reconfiguration in progress
 Csession_expiredThe client session has been ended by the server
 Cset_resultThe result type of client::set
 CstatStatistics about a ZooKeeper entry, similar to the UNIX stat structure
 Cstrong_idBase type for creating strong ID types
 Ctransaction_failedThrown from client::commit when a transaction cannot be committed to the system
 Ctransaction_idRepresents the ZooKeeper transaction ID in which an event happened to an entry
 Ctransport_errorBase types for errors that occurred while transporting data across a network
 CversionRepresents a version of the data
 Cversion_mismatchThrown from modification operations when a version check is specified and the value in the database does not match the expected
 Cwatch_children_resultThe result type of client::watch_children
 Cwatch_exists_resultThe result type of client::watch_exists
 Cwatch_resultThe result type of client::watch