All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
info_util.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 #include <aerospike/aerospike.h>
7 #include <aerospike/aerospike_info.h>
8 
9 /**
10  * Given a particular query string and a key, return the value of the key
11  * from all nodes in the cluster. It is the caller's responsibility to free
12  * the resulting value array
13  */
14 char **get_stats(char * query, char * key, cl_cluster * asc);
char ** get_stats(char *query, char *key, cl_cluster *asc)