Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
cluster Member List

This is the complete list of members for cluster, including all inherited members.

analytics_indexes() const -> analytics_index_managercluster
analytics_query(std::string statement, const analytics_options &options, analytics_handler &&handler) constcluster
analytics_query(std::string statement, const analytics_options &options={}) const -> std::future< std::pair< error, analytics_result > >cluster
bucket(std::string_view bucket_name) const -> bucketcluster
buckets() const -> bucket_managercluster
close(std::function< void()> &&handler)cluster
close() -> std::future< void >cluster
cluster()=defaultcluster
cluster(const cluster &other)=defaultcluster
cluster(cluster &&other)=defaultcluster
connect(const std::string &connection_string, const cluster_options &options, cluster_connect_handler &&handler)clusterstatic
connect(const std::string &connection_string, const cluster_options &options) -> std::future< std::pair< error, cluster > >clusterstatic
diagnostics(const diagnostics_options &options, diagnostics_handler &&handler) constcluster
diagnostics(const diagnostics_options &options={}) const -> std::future< std::pair< error, diagnostics_result > >cluster
notify_fork(fork_event event)cluster
operator=(const cluster &other) -> cluster &=defaultcluster
operator=(cluster &&other) -> cluster &=defaultcluster
ping(const ping_options &options, ping_handler &&handler) constcluster
ping(const ping_options &options={}) const -> std::future< std::pair< error, ping_result > >cluster
query(std::string statement, const query_options &options, query_handler &&handler) constcluster
query(std::string statement, const query_options &options) const -> std::future< std::pair< error, query_result > >cluster
query_indexes() const -> query_index_managercluster
search(std::string index_name, search_request request, const search_options &options, search_handler &&handler) constcluster
search(std::string index_name, search_request request, const search_options &options={}) const -> std::future< std::pair< error, search_result > >cluster
search_indexes() const -> search_index_managercluster
transactions() const -> std::shared_ptr< couchbase::transactions::transactions >cluster
~cluster()=defaultcluster