All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields | Related Functions
as_policy_scan Struct Reference

Detailed Description

Scan Policy

Definition at line 808 of file as_policy.h.

#include "as_policy.h"

+ Collaboration diagram for as_policy_scan:

Data Fields

as_policy_base base
 
bool durable_delete
 
bool fail_on_cluster_change
 

Related Functions

(Note that these are not member functions.)

static void as_policy_scan_copy (as_policy_scan *src, as_policy_scan *trg)
 
static as_policy_scanas_policy_scan_init (as_policy_scan *p)
 

Friends And Related Function Documentation

static void as_policy_scan_copy ( as_policy_scan src,
as_policy_scan trg 
)
related

Copy as_policy_scan values.

Parameters
srcThe source policy.
trgThe target policy.

Definition at line 1196 of file as_policy.h.

static as_policy_scan * as_policy_scan_init ( as_policy_scan p)
related

Initialize as_policy_scan to default values.

Parameters
pThe policy to initialize.
Returns
The initialized policy.

Definition at line 1176 of file as_policy.h.

References base, durable_delete, fail_on_cluster_change, as_policy_base::max_retries, as_policy_base::sleep_between_retries, as_policy_base::socket_timeout, and as_policy_base::total_timeout.

Field Documentation

as_policy_base as_policy_scan::base

Generic policy fields.

Definition at line 813 of file as_policy.h.

bool as_policy_scan::durable_delete

If the transaction results in a record deletion, leave a tombstone for the record. This prevents deleted records from reappearing after node failures. Valid for Aerospike Server Enterprise Edition only.

Default: false (do not tombstone deleted records).

Definition at line 827 of file as_policy.h.

bool as_policy_scan::fail_on_cluster_change

Abort the scan if the cluster is not in a stable state.

Definition at line 818 of file as_policy.h.


The documentation for this struct was generated from the following file: