All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
cl_info.h File Reference
#include <citrusleaf/cl_types.h>
#include <citrusleaf/cl_cluster.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <stdbool.h>
+ Include dependency graph for cl_info.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int citrusleaf_info (char *host, short port, char *names, char **values, int timeout_ms)
 
int citrusleaf_info_cluster (cl_cluster *asc, char *names, char **values, bool send_asis, bool check_bounds, int timeout_ms)
 
int citrusleaf_info_cluster_all (cl_cluster *asc, char *names, char **values, bool send_asis, bool check_bounds, int timeout_ms)
 
int citrusleaf_info_cluster_foreach (cl_cluster *cluster, const char *command, bool send_asis, bool check_bounds, int timeout_ms, void *udata, bool(*callback)(const cl_cluster_node *node, const struct sockaddr_in *sa_in, const char *command, char *values, void *udata))
 
int citrusleaf_info_host (struct sockaddr_in *sa_in, char *names, char **values, int timeout_ms, bool send_asis, bool check_bounds)
 

Function Documentation

int citrusleaf_info ( char *  host,
short  port,
char *  names,
char **  values,
int  timeout_ms 
)
int citrusleaf_info_cluster ( cl_cluster *  asc,
char *  names,
char **  values,
bool  send_asis,
bool  check_bounds,
int  timeout_ms 
)
int citrusleaf_info_cluster_all ( cl_cluster *  asc,
char *  names,
char **  values,
bool  send_asis,
bool  check_bounds,
int  timeout_ms 
)
int citrusleaf_info_cluster_foreach ( cl_cluster *  cluster,
const char *  command,
bool  send_asis,
bool  check_bounds,
int  timeout_ms,
void *  udata,
bool(*)(const cl_cluster_node *node, const struct sockaddr_in *sa_in, const char *command, char *values, void *udata)  callback 
)
int citrusleaf_info_host ( struct sockaddr_in *  sa_in,
char *  names,
char **  values,
int  timeout_ms,
bool  send_asis,
bool  check_bounds 
)