CUBRID Engine
latest
|
#include <master_heartbeat.h>
Public Attributes | |
pthread_mutex_t | lock |
unsigned short | num_jobs |
HB_JOB_ENTRY * | jobs |
HB_JOB_FUNC * | job_funcs |
bool | shutdown |
Definition at line 368 of file master_heartbeat.h.
HB_JOB_FUNC* hb_job::job_funcs |
Definition at line 375 of file master_heartbeat.h.
Referenced by hb_cluster_job_initialize(), hb_job_queue(), and hb_resource_job_initialize().
HB_JOB_ENTRY* hb_job::jobs |
Definition at line 373 of file master_heartbeat.h.
Referenced by hb_cluster_job_initialize(), hb_help_sprint_jobs_info(), hb_job_dequeue(), hb_job_queue(), hb_job_set_expire_and_reorder(), hb_job_shutdown(), and hb_resource_job_initialize().
pthread_mutex_t hb_job::lock |
Definition at line 370 of file master_heartbeat.h.
Referenced by hb_cluster_job_initialize(), hb_help_sprint_jobs_info(), hb_job_dequeue(), hb_job_queue(), hb_job_set_expire_and_reorder(), hb_job_shutdown(), and hb_resource_job_initialize().
unsigned short hb_job::num_jobs |
Definition at line 372 of file master_heartbeat.h.
Referenced by hb_cluster_job_initialize(), and hb_resource_job_initialize().
bool hb_job::shutdown |
Definition at line 377 of file master_heartbeat.h.
Referenced by hb_cluster_job_initialize(), hb_job_dequeue(), hb_job_set_expire_and_reorder(), hb_job_shutdown(), hb_master_init(), hb_resource_job_initialize(), hb_thread_cluster_worker(), and hb_thread_resource_worker().