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

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

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