CUBRID Engine
latest
|
#include <shard_proxy_common.h>
Public Attributes | |
short | index |
unsigned char | state |
bool | shutdown |
pthread_t | thread_id |
T_SHARD_QUEUE | cas_rcv_q |
T_SHARD_QUEUE | cli_ret_q |
T_SHARD_QUEUE | cli_rcv_q |
Definition at line 279 of file shard_proxy_common.h.
T_SHARD_QUEUE t_proxy_handler::cas_rcv_q |
Definition at line 287 of file shard_proxy_common.h.
Referenced by proxy_handler_destroy(), proxy_handler_initialize(), proxy_handler_process(), proxy_process_cas_conn_error(), and proxy_process_cas_response().
T_SHARD_QUEUE t_proxy_handler::cli_rcv_q |
Definition at line 289 of file shard_proxy_common.h.
Referenced by proxy_handler_destroy(), proxy_handler_initialize(), proxy_handler_process(), proxy_process_client_conn_error(), proxy_process_client_register(), and proxy_process_client_request().
T_SHARD_QUEUE t_proxy_handler::cli_ret_q |
Definition at line 288 of file shard_proxy_common.h.
Referenced by fn_proxy_cas_prepare(), proxy_handler_destroy(), proxy_handler_initialize(), proxy_handler_process(), proxy_handler_process_cas_conn_error(), proxy_wakeup_context_by_shard(), and proxy_wakeup_context_by_statement().
short t_proxy_handler::index |
Definition at line 281 of file shard_proxy_common.h.
bool t_proxy_handler::shutdown |
Definition at line 283 of file shard_proxy_common.h.
unsigned char t_proxy_handler::state |
Definition at line 282 of file shard_proxy_common.h.
pthread_t t_proxy_handler::thread_id |
Definition at line 285 of file shard_proxy_common.h.