Couchbase C++ SDK 1.1.0 (rev. effbd6e)
|
This is the complete list of members for async_attempt_context, including all inherited members.
async_attempt_context()=default | async_attempt_context | |
async_attempt_context(async_attempt_context &&) noexcept=default | async_attempt_context | |
async_attempt_context(const async_attempt_context &)=default | async_attempt_context | |
get(const collection &coll, std::string id, async_result_handler &&handler)=0 | async_attempt_context | pure virtual |
get_multi(const std::vector< transaction_get_multi_spec > &specs, const transaction_get_multi_options &options, std::function< void(error, std::optional< transaction_get_multi_result >)> &&cb)=0 | async_attempt_context | pure virtual |
get_multi_replicas_from_preferred_server_group(const std::vector< transaction_get_multi_replicas_from_preferred_server_group_spec > &specs, const transaction_get_multi_replicas_from_preferred_server_group_options &options, std::function< void(error, std::optional< transaction_get_multi_replicas_from_preferred_server_group_result >)> &&cb)=0 | async_attempt_context | pure virtual |
get_replica_from_preferred_server_group(const couchbase::collection &coll, const std::string &id, async_result_handler &&handler)=0 | async_attempt_context | pure virtual |
insert(const collection &coll, std::string id, Document &&content, async_result_handler &&handler) | async_attempt_context | inline |
operator=(async_attempt_context &&) -> async_attempt_context &=default | async_attempt_context | |
operator=(const async_attempt_context &) -> async_attempt_context &=default | async_attempt_context | |
query(const scope &scope, std::string statement, transaction_query_options opts, async_query_handler &&handler) | async_attempt_context | |
query(std::string statement, transaction_query_options opts, async_query_handler &&handler) | async_attempt_context | inline |
query(std::string statement, async_query_handler &&handler) | async_attempt_context | inline |
remove(transaction_get_result doc, async_err_handler &&handler)=0 | async_attempt_context | pure virtual |
replace(transaction_get_result doc, Document &&content, async_result_handler &&handler) | async_attempt_context | inline |
~async_attempt_context()=default | async_attempt_context | virtual |