|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
This is the complete list of members for cluster, including all inherited members.
| analytics_indexes() const -> analytics_index_manager | cluster | |
| analytics_query(std::string statement, const analytics_options &options, analytics_handler &&handler) const | cluster | |
| 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 -> bucket | cluster | |
| buckets() const -> bucket_manager | cluster | |
| close(std::function< void()> &&handler) | cluster | |
| close() -> std::future< void > | cluster | |
| cluster()=default | cluster | |
| cluster(const cluster &other)=default | cluster | |
| cluster(cluster &&other)=default | cluster | |
| connect(const std::string &connection_string, const cluster_options &options, cluster_connect_handler &&handler) | cluster | static |
| connect(const std::string &connection_string, const cluster_options &options) -> std::future< std::pair< error, cluster > > | cluster | static |
| diagnostics(const diagnostics_options &options, diagnostics_handler &&handler) const | cluster | |
| 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 &=default | cluster | |
| operator=(cluster &&other) -> cluster &=default | cluster | |
| ping(const ping_options &options, ping_handler &&handler) const | cluster | |
| 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) const | cluster | |
| query(std::string statement, const query_options &options) const -> std::future< std::pair< error, query_result > > | cluster | |
| query_indexes() const -> query_index_manager | cluster | |
| search(std::string index_name, search_request request, const search_options &options, search_handler &&handler) const | cluster | |
| 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_manager | cluster | |
| transactions() const -> std::shared_ptr< couchbase::transactions::transactions > | cluster | |
| ~cluster()=default | cluster |