Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
test
util
info_util.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
citrusleaf/cl_cluster.h
>
4
#include <
citrusleaf/citrusleaf.h
>
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);