![]() |
#include <aerospike/as_policy.h>
Go to the source code of this file.
Data Structures | |
struct | as_command_policy |
Functions | |
static void | as_command_policy_apply (as_command_policy *trg, const as_policy_apply *src) |
static void | as_command_policy_batch (as_command_policy *trg, const as_policy_batch *src) |
static void | as_command_policy_operate (as_command_policy *trg, const as_policy_operate *src) |
static void | as_command_policy_query (as_command_policy *trg, const as_policy_query *src) |
static void | as_command_policy_query_background (as_command_policy *trg, uint32_t timeout) |
static void | as_command_policy_read (as_command_policy *trg, const as_policy_read *src) |
static void | as_command_policy_remove (as_command_policy *trg, const as_policy_remove *src) |
static void | as_command_policy_scan (as_command_policy *trg, const as_policy_scan *src) |
static void | as_command_policy_write (as_command_policy *trg, const as_policy_write *src) |
|
inlinestaticprivate |
Convert apply policy to generic policy.
Definition at line 92 of file as_command_policy.h.
References as_command_policy::max_retries, as_policy_apply::retry, as_command_policy::retry_on_timeout, as_policy_apply::retry_on_timeout, as_command_policy::sleep_between_retries, as_policy_apply::sleep_between_retries, as_command_policy::socket_timeout, as_policy_apply::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert batch policy to generic policy.
Definition at line 120 of file as_command_policy.h.
References as_command_policy::max_retries, as_policy_batch::retry, as_command_policy::retry_on_timeout, as_policy_batch::retry_on_timeout, as_command_policy::sleep_between_retries, as_policy_batch::sleep_between_retries, as_command_policy::socket_timeout, as_policy_batch::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert operate policy to generic policy.
Definition at line 78 of file as_command_policy.h.
References as_command_policy::max_retries, as_policy_operate::retry, as_command_policy::retry_on_timeout, as_policy_operate::retry_on_timeout, as_command_policy::sleep_between_retries, as_policy_operate::sleep_between_retries, as_command_policy::socket_timeout, as_policy_operate::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert query policy to generic policy.
Definition at line 148 of file as_command_policy.h.
References as_command_policy::max_retries, as_command_policy::retry_on_timeout, as_command_policy::sleep_between_retries, as_command_policy::socket_timeout, as_policy_query::socket_timeout, as_policy_query::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert query policy to generic policy.
Definition at line 162 of file as_command_policy.h.
References as_command_policy::max_retries, as_command_policy::retry_on_timeout, as_command_policy::sleep_between_retries, as_command_policy::socket_timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert read policy to generic policy.
Definition at line 64 of file as_command_policy.h.
References as_command_policy::max_retries, as_policy_read::retry, as_command_policy::retry_on_timeout, as_policy_read::retry_on_timeout, as_command_policy::sleep_between_retries, as_policy_read::sleep_between_retries, as_command_policy::socket_timeout, as_policy_read::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert remove policy to generic policy.
Definition at line 106 of file as_command_policy.h.
References as_command_policy::max_retries, as_policy_remove::retry, as_command_policy::retry_on_timeout, as_policy_remove::retry_on_timeout, as_command_policy::sleep_between_retries, as_policy_remove::sleep_between_retries, as_command_policy::socket_timeout, as_policy_remove::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert scan policy to generic policy.
Definition at line 134 of file as_command_policy.h.
References as_command_policy::max_retries, as_command_policy::retry_on_timeout, as_command_policy::sleep_between_retries, as_command_policy::socket_timeout, as_policy_scan::socket_timeout, as_policy_scan::timeout, and as_command_policy::total_timeout.
|
inlinestaticprivate |
Convert write policy to generic policy.
Definition at line 50 of file as_command_policy.h.
References as_command_policy::max_retries, as_policy_write::retry, as_command_policy::retry_on_timeout, as_policy_write::retry_on_timeout, as_command_policy::sleep_between_retries, as_policy_write::sleep_between_retries, as_command_policy::socket_timeout, as_policy_write::timeout, and as_command_policy::total_timeout.