All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_aerospike_hooks Struct Reference

Detailed Description

Definition at line 41 of file as_aerospike.h.

#include "as_aerospike.h"

+ Collaboration diagram for as_aerospike_hooks:

Data Fields

void(* destroy )(as_aerospike *)
 
int(* get_config )(const as_aerospike *, const as_rec *, const char *)
 
cf_clock(* get_current_time )(const as_aerospike *)
 
int(* log )(const as_aerospike *, const char *, const int, const int, const char *)
 
int(* rec_create )(const as_aerospike *, const as_rec *)
 
int(* rec_exists )(const as_aerospike *, const as_rec *)
 
int(* rec_remove )(const as_aerospike *, const as_rec *)
 
int(* rec_update )(const as_aerospike *, const as_rec *)
 
int(* set_context )(const as_aerospike *, const as_rec *, const uint32_t context)
 

Field Documentation

◆ destroy

void(* as_aerospike_hooks::destroy) (as_aerospike *)

Definition at line 42 of file as_aerospike.h.

◆ get_config

int(* as_aerospike_hooks::get_config) (const as_aerospike *, const as_rec *, const char *)

Definition at line 52 of file as_aerospike.h.

◆ get_current_time

cf_clock(* as_aerospike_hooks::get_current_time) (const as_aerospike *)

Definition at line 50 of file as_aerospike.h.

◆ log

int(* as_aerospike_hooks::log) (const as_aerospike *, const char *, const int, const int, const char *)

Definition at line 49 of file as_aerospike.h.

◆ rec_create

int(* as_aerospike_hooks::rec_create) (const as_aerospike *, const as_rec *)

Definition at line 44 of file as_aerospike.h.

◆ rec_exists

int(* as_aerospike_hooks::rec_exists) (const as_aerospike *, const as_rec *)

Definition at line 47 of file as_aerospike.h.

◆ rec_remove

int(* as_aerospike_hooks::rec_remove) (const as_aerospike *, const as_rec *)

Definition at line 46 of file as_aerospike.h.

◆ rec_update

int(* as_aerospike_hooks::rec_update) (const as_aerospike *, const as_rec *)

Definition at line 45 of file as_aerospike.h.

◆ set_context

int(* as_aerospike_hooks::set_context) (const as_aerospike *, const as_rec *, const uint32_t context)

Definition at line 51 of file as_aerospike.h.


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