Couchbase C++ SDK 1.1.0 (rev. effbd6e)
Loading...
Searching...
No Matches
async_attempt_context Member List

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

async_attempt_context()=defaultasync_attempt_context
async_attempt_context(async_attempt_context &&) noexcept=defaultasync_attempt_context
async_attempt_context(const async_attempt_context &)=defaultasync_attempt_context
get(const collection &coll, std::string id, async_result_handler &&handler)=0async_attempt_contextpure 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)=0async_attempt_contextpure 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)=0async_attempt_contextpure virtual
get_replica_from_preferred_server_group(const couchbase::collection &coll, const std::string &id, async_result_handler &&handler)=0async_attempt_contextpure virtual
insert(const collection &coll, std::string id, Document &&content, async_result_handler &&handler)async_attempt_contextinline
operator=(async_attempt_context &&) -> async_attempt_context &=defaultasync_attempt_context
operator=(const async_attempt_context &) -> async_attempt_context &=defaultasync_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_contextinline
query(std::string statement, async_query_handler &&handler)async_attempt_contextinline
remove(transaction_get_result doc, async_err_handler &&handler)=0async_attempt_contextpure virtual
replace(transaction_get_result doc, Document &&content, async_result_handler &&handler)async_attempt_contextinline
~async_attempt_context()=defaultasync_attempt_contextvirtual