hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <cl_cluster.h>
Public Attributes | |
cf_ll_element | ll_e |
uint32_t | state |
bool | follow |
bool | nbconnect |
volatile bool | found_all |
cf_vector | host_str_v |
cf_vector | host_port_v |
cf_vector | host_addr_map_v |
uint32_t | last_node |
cf_vector | node_v |
cl_partition_id | n_partitions |
cl_partition_table * | partition_table_head |
struct cl_cluster_compression_stat_s | compression_stat |
uint32_t | ref_count |
uint32_t | tend_speed |
int | info_timeout |
pthread_mutex_t | LOCK |
Definition at line 79 of file cl_cluster.h.
struct cl_cluster_compression_stat_s cl_cluster_s::compression_stat |
Definition at line 106 of file cl_cluster.h.
bool cl_cluster_s::follow |
Definition at line 85 of file cl_cluster.h.
volatile bool cl_cluster_s::found_all |
Definition at line 90 of file cl_cluster.h.
cf_vector cl_cluster_s::host_addr_map_v |
Definition at line 96 of file cl_cluster.h.
cf_vector cl_cluster_s::host_port_v |
Definition at line 94 of file cl_cluster.h.
cf_vector cl_cluster_s::host_str_v |
Definition at line 93 of file cl_cluster.h.
int cl_cluster_s::info_timeout |
Definition at line 110 of file cl_cluster.h.
uint32_t cl_cluster_s::last_node |
Definition at line 99 of file cl_cluster.h.
cf_ll_element cl_cluster_s::ll_e |
Definition at line 81 of file cl_cluster.h.
pthread_mutex_t cl_cluster_s::LOCK |
Definition at line 112 of file cl_cluster.h.
cl_partition_id cl_cluster_s::n_partitions |
Definition at line 103 of file cl_cluster.h.
bool cl_cluster_s::nbconnect |
Definition at line 86 of file cl_cluster.h.
cf_vector cl_cluster_s::node_v |
Definition at line 100 of file cl_cluster.h.
cl_partition_table* cl_cluster_s::partition_table_head |
Definition at line 104 of file cl_cluster.h.
uint32_t cl_cluster_s::ref_count |
Definition at line 108 of file cl_cluster.h.
uint32_t cl_cluster_s::state |
Definition at line 83 of file cl_cluster.h.
uint32_t cl_cluster_s::tend_speed |
Definition at line 109 of file cl_cluster.h.