CUBRID Engine
latest
|
Public Attributes | |
MHT_TABLE ** | list_hts |
unsigned int | n_hts |
int | n_entries |
int | n_pages |
unsigned int | lookup_counter |
unsigned int | hit_counter |
unsigned int | miss_counter |
unsigned int | full_counter |
Definition at line 96 of file list_file.c.
unsigned int qfile_list_cache::full_counter |
Definition at line 105 of file list_file.c.
Referenced by qfile_dump_list_cache_internal(), and qfile_initialize_list_cache().
unsigned int qfile_list_cache::hit_counter |
Definition at line 103 of file list_file.c.
Referenced by qfile_dump_list_cache_internal(), qfile_initialize_list_cache(), and qfile_lookup_list_cache_entry().
MHT_TABLE** qfile_list_cache::list_hts |
Definition at line 98 of file list_file.c.
Referenced by qfile_clear_list_cache(), qfile_delete_list_cache_entry(), qfile_dump_list_cache_internal(), qfile_finalize_list_cache(), qfile_get_list_cache_number_of_entries(), qfile_initialize_list_cache(), qfile_lookup_list_cache_entry(), and qfile_update_list_cache_entry().
unsigned int qfile_list_cache::lookup_counter |
Definition at line 102 of file list_file.c.
Referenced by qfile_dump_list_cache_internal(), qfile_initialize_list_cache(), and qfile_lookup_list_cache_entry().
unsigned int qfile_list_cache::miss_counter |
Definition at line 104 of file list_file.c.
Referenced by qfile_dump_list_cache_internal(), qfile_initialize_list_cache(), and qfile_lookup_list_cache_entry().
int qfile_list_cache::n_entries |
Definition at line 100 of file list_file.c.
Referenced by qfile_delete_list_cache_entry(), qfile_dump_list_cache_internal(), qfile_has_no_cache_entries(), qfile_initialize_list_cache(), and qfile_update_list_cache_entry().
unsigned int qfile_list_cache::n_hts |
Definition at line 99 of file list_file.c.
Referenced by qfile_clear_list_cache(), qfile_dump_list_cache_internal(), qfile_end_use_of_list_cache_entry(), qfile_finalize_list_cache(), qfile_initialize_list_cache(), qfile_lookup_list_cache_entry(), and qfile_update_list_cache_entry().
int qfile_list_cache::n_pages |
Definition at line 101 of file list_file.c.
Referenced by qfile_delete_list_cache_entry(), qfile_dump_list_cache_internal(), qfile_initialize_list_cache(), and qfile_update_list_cache_entry().