Loading...
Searching...
No Matches
Data Structures | Macros | Enumerations
as_scan.h File Reference
#include <aerospike/as_bin.h>
#include <aerospike/as_key.h>
#include <aerospike/as_partition_filter.h>
#include <aerospike/as_udf.h>
+ Include dependency graph for as_scan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  as_scan
 
struct  as_scan_bins
 
struct  as_scan_info
 

Macros

#define AS_SCAN_CONCURRENT_DEFAULT   false
 
#define AS_SCAN_DESERIALIZE_DEFAULT   true
 
#define AS_SCAN_NOBINS_DEFAULT   false
 

Enumerations

enum  as_scan_status { AS_SCAN_STATUS_UNDEF , AS_SCAN_STATUS_INPROGRESS , AS_SCAN_STATUS_ABORTED , AS_SCAN_STATUS_COMPLETED }
 

Macro Definition Documentation

◆ AS_SCAN_CONCURRENT_DEFAULT

#define AS_SCAN_CONCURRENT_DEFAULT   false

Default value for as_scan.concurrent

Definition at line 40 of file as_scan.h.

◆ AS_SCAN_DESERIALIZE_DEFAULT

#define AS_SCAN_DESERIALIZE_DEFAULT   true

Default value for as_scan.deserialize_list_map

Definition at line 45 of file as_scan.h.

◆ AS_SCAN_NOBINS_DEFAULT

#define AS_SCAN_NOBINS_DEFAULT   false

Default value for as_scan.no_bins

Definition at line 35 of file as_scan.h.

Enumeration Type Documentation

◆ as_scan_status

The status of a particular background scan.

Enumerator
AS_SCAN_STATUS_UNDEF 

The scan status is undefined. This is likely due to the status not being properly checked.

AS_SCAN_STATUS_INPROGRESS 

The scan is currently running.

AS_SCAN_STATUS_ABORTED 

The scan was aborted. Due to failure or the user.

AS_SCAN_STATUS_COMPLETED 

The scan completed successfully.

Definition at line 56 of file as_scan.h.