![]() |
Definition at line 41 of file as_aerospike.h.
#include "as_aerospike.h"
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) |
void(* as_aerospike_hooks::destroy) (as_aerospike *) |
Definition at line 42 of file as_aerospike.h.
int(* as_aerospike_hooks::get_config) (const as_aerospike *, const as_rec *, const char *) |
Definition at line 52 of file as_aerospike.h.
cf_clock(* as_aerospike_hooks::get_current_time) (const as_aerospike *) |
Definition at line 50 of file 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 as_aerospike.h.
int(* as_aerospike_hooks::rec_create) (const as_aerospike *, const as_rec *) |
Definition at line 44 of file as_aerospike.h.
int(* as_aerospike_hooks::rec_exists) (const as_aerospike *, const as_rec *) |
Definition at line 47 of file as_aerospike.h.
int(* as_aerospike_hooks::rec_remove) (const as_aerospike *, const as_rec *) |
Definition at line 46 of file as_aerospike.h.
int(* as_aerospike_hooks::rec_update) (const as_aerospike *, const as_rec *) |
Definition at line 45 of file as_aerospike.h.
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.