![]() |
#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>
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, 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) |