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

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

build_deferred_indexes(const std::string &bucket_name, const build_query_index_options &options, build_deferred_query_indexes_handler &&handler) constquery_index_manager
build_deferred_indexes(const std::string &bucket_name, const build_query_index_options &options) const -> std::future< error >query_index_manager
clusterquery_index_managerfriend
create_index(const std::string &bucket_name, std::string index_name, std::vector< std::string > keys, const create_query_index_options &options, create_query_index_handler &&handler) constquery_index_manager
create_index(const std::string &bucket_name, std::string index_name, std::vector< std::string > keys, const create_query_index_options &options) const -> std::future< error >query_index_manager
create_primary_index(const std::string &bucket_name, const create_primary_query_index_options &options, create_primary_query_index_handler &&handler) constquery_index_manager
create_primary_index(const std::string &bucket_name, const create_primary_query_index_options &options) const -> std::future< error >query_index_manager
drop_index(const std::string &bucket_name, std::string index_name, const drop_query_index_options &options, drop_query_index_handler &&handler) constquery_index_manager
drop_index(const std::string &bucket_name, std::string index_name, const drop_query_index_options &options) const -> std::future< error >query_index_manager
drop_primary_index(const std::string &bucket_name, const drop_primary_query_index_options &options, drop_primary_query_index_handler &&handler) constquery_index_manager
drop_primary_index(const std::string &bucket_name, const drop_primary_query_index_options &options) const -> std::future< error >query_index_manager
get_all_indexes(const std::string &bucket_name, const get_all_query_indexes_options &options, get_all_query_indexes_handler &&handler) constquery_index_manager
get_all_indexes(const std::string &bucket_name, const get_all_query_indexes_options &options) const -> std::future< std::pair< error, std::vector< management::query_index > > >query_index_manager
watch_indexes(const std::string &bucket_name, std::vector< std::string > index_names, const watch_query_indexes_options &options, watch_query_indexes_handler &&handler) constquery_index_manager
watch_indexes(const std::string &bucket_name, std::vector< std::string > index_names, const watch_query_indexes_options &options) const -> std::future< error >query_index_manager