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

Detailed Description

Definition at line 41 of file src/include/aerospike/as_aerospike.h.

#include "as_aerospike.h"

+ Collaboration diagram for as_aerospike_hooks:

Data Fields

int(* close_subrec )(const as_aerospike *, const as_rec *)
 
as_rec *(* create_subrec )(const as_aerospike *, const as_rec *)
 
void(* destroy )(as_aerospike *)
 
cf_clock(* get_current_time )(const as_aerospike *)
 
int(* log )(const as_aerospike *, const char *, const int, const int, const char *)
 
as_rec *(* open_subrec )(const as_aerospike *, const as_rec *, 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(* remove_subrec )(const as_aerospike *, const as_rec *)
 
int(* update_subrec )(const as_aerospike *, const as_rec *)
 

Field Documentation

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

Definition at line 56 of file src/include/aerospike/as_aerospike.h.

as_rec *(* as_aerospike_hooks::create_subrec)(const as_aerospike *, const as_rec *)

Definition at line 52 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 42 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 50 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 49 of file src/include/aerospike/as_aerospike.h.

as_rec *(* as_aerospike_hooks::open_subrec)(const as_aerospike *, const as_rec *, const char *)

Definition at line 53 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 44 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 47 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 46 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 45 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 55 of file src/include/aerospike/as_aerospike.h.

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

Definition at line 54 of file src/include/aerospike/as_aerospike.h.


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