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