Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
This is the complete list of members for bucket_manager, including all inherited members.
cluster class | bucket_manager | friend |
create_bucket(const management::cluster::bucket_settings &bucket_settings, const create_bucket_options &options, create_bucket_handler &&handler) const | bucket_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) const | bucket_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) const | bucket_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) const | bucket_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) const | bucket_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) const | bucket_manager | |
update_bucket(const management::cluster::bucket_settings &bucket_settings, const update_bucket_options &options={}) const -> std::future< error > | bucket_manager |