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

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

clusterbucket_managerfriend
create_bucket(const management::cluster::bucket_settings &bucket_settings, const create_bucket_options &options, create_bucket_handler &&handler) constbucket_manager
create_bucket(const management::cluster::bucket_settings &bucket_settings, const create_bucket_options &options={}) const -> std::future< error >bucket_manager
drop_bucket(std::string bucket_name, const drop_bucket_options &options, drop_bucket_handler &&handler) constbucket_manager
drop_bucket(std::string bucket_name, const drop_bucket_options &options={}) const -> std::future< error >bucket_manager
flush_bucket(std::string bucket_name, const flush_bucket_options &options, flush_bucket_handler &&handler) constbucket_manager
flush_bucket(std::string bucket_name, const flush_bucket_options &options={}) const -> std::future< error >bucket_manager
get_all_buckets(const get_all_buckets_options &options, get_all_buckets_handler &&handler) constbucket_manager
get_all_buckets(const get_all_buckets_options &options={}) const -> std::future< std::pair< error, std::vector< management::cluster::bucket_settings > > >bucket_manager
get_bucket(std::string bucket_name, const get_bucket_options &options, get_bucket_handler &&handler) constbucket_manager
get_bucket(std::string bucket_name, const get_bucket_options &options={}) const -> std::future< std::pair< error, management::cluster::bucket_settings > >bucket_manager
update_bucket(const management::cluster::bucket_settings &bucket_settings, const update_bucket_options &options, update_bucket_handler &&handler) constbucket_manager
update_bucket(const management::cluster::bucket_settings &bucket_settings, const update_bucket_options &options={}) const -> std::future< error >bucket_manager