All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
aerospike_info.h File Reference
#include <aerospike/aerospike.h>
#include <aerospike/aerospike_scan.h>
#include <aerospike/as_error.h>
#include <aerospike/as_node.h>
#include <aerospike/as_policy.h>
#include <aerospike/as_status.h>
+ Include dependency graph for aerospike_info.h:

Go to the source code of this file.

Typedefs

typedef bool(* aerospike_info_foreach_callback )(const as_error *err, const as_node *node, const char *req, const char *res, void *udata)
 

Functions

as_status aerospike_info_foreach (aerospike *as, as_error *err, const as_policy_info *policy, const char *req, aerospike_info_foreach_callback callback, void *udata)
 
as_status aerospike_info_host (aerospike *as, as_error *err, const as_policy_info *policy, const char *addr, uint16_t port, const char *req, char **res)