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

Go to the source code of this file.

Functions

void cl_partition_table_destroy_all (cl_cluster *asc)
 
cl_cluster_node * cl_partition_table_get (cl_cluster *asc, const char *ns, cl_partition_id pid, bool write)
 
bool cl_partition_table_is_node_present (cl_cluster *asc, cl_cluster_node *node)
 
void cl_partition_table_update (cl_cluster *asc, cl_cluster_node *node, const char *ns, bool *masters, bool *proles)
 

Function Documentation

void cl_partition_table_destroy_all ( cl_cluster *  asc)
cl_cluster_node* cl_partition_table_get ( cl_cluster *  asc,
const char *  ns,
cl_partition_id  pid,
bool  write 
)
bool cl_partition_table_is_node_present ( cl_cluster *  asc,
cl_cluster_node *  node 
)
void cl_partition_table_update ( cl_cluster *  asc,
cl_cluster_node *  node,
const char *  ns,
bool *  masters,
bool *  proles 
)