CUBRID Engine
latest
|
#include <broker_shm.h>
Public Attributes | |
int | client_id |
int | client_ip |
time_t | connect_time |
char | driver_info [SRV_CON_CLIENT_INFO_SIZE] |
char | driver_version [SRV_CON_VER_STR_MAX_SIZE] |
int | func_code |
time_t | req_time |
time_t | res_time |
int | isolation_level |
int | lock_timeout |
Definition at line 386 of file broker_shm.h.
int t_client_info::client_id |
Definition at line 388 of file broker_shm.h.
Referenced by client_monitor(), proxy_socket_io_new_client(), and shard_shm_init_client_info().
int t_client_info::client_ip |
Definition at line 389 of file broker_shm.h.
Referenced by client_monitor(), proxy_handler_process_client_wakeup_by_shard(), proxy_socket_io_new_client(), shard_shm_init_client_info(), and shard_shm_set_as_client_info_with_db_param().
time_t t_client_info::connect_time |
Definition at line 390 of file broker_shm.h.
Referenced by client_monitor(), proxy_socket_io_new_client(), and shard_shm_init_client_info().
char t_client_info::driver_info[SRV_CON_CLIENT_INFO_SIZE] |
Definition at line 391 of file broker_shm.h.
Referenced by proxy_handler_process_client_wakeup_by_shard(), proxy_socket_io_new_client(), shard_shm_init_client_info(), and shard_shm_set_as_client_info_with_db_param().
char t_client_info::driver_version[SRV_CON_VER_STR_MAX_SIZE] |
Definition at line 392 of file broker_shm.h.
Referenced by proxy_process_client_register(), and shard_shm_set_as_client_info_with_db_param().
int t_client_info::func_code |
Definition at line 394 of file broker_shm.h.
Referenced by client_monitor(), shard_shm_init_client_info(), shard_shm_init_client_info_request(), and shard_shm_set_client_info_request().
int t_client_info::isolation_level |
Definition at line 406 of file broker_shm.h.
Referenced by fn_proxy_client_get_db_parameter(), fn_proxy_client_set_db_parameter(), shard_shm_init_client_info(), and shard_shm_set_as_client_info_with_db_param().
int t_client_info::lock_timeout |
Definition at line 407 of file broker_shm.h.
Referenced by fn_proxy_client_set_db_parameter(), shard_shm_init_client_info(), and shard_shm_set_as_client_info_with_db_param().
time_t t_client_info::req_time |
Definition at line 402 of file broker_shm.h.
Referenced by client_monitor(), shard_shm_init_client_info(), shard_shm_init_client_info_request(), and shard_shm_set_client_info_request().
time_t t_client_info::res_time |
Definition at line 403 of file broker_shm.h.
Referenced by client_monitor(), proxy_send_response_to_client_with_new_event(), shard_shm_init_client_info(), shard_shm_init_client_info_request(), shard_shm_set_client_info_request(), and shard_shm_set_client_info_response().