|
CUBRID Engine
latest
|
#include <heap_file.h>

Public Attributes | |
| OID | class_oid |
| HEAP_HFID_TABLE_ENTRY * | stack |
| HEAP_HFID_TABLE_ENTRY * | next |
| UINT64 | del_id |
| HFID | hfid |
| FILE_TYPE | ftype |
| std::atomic< char * > | classname |
Definition at line 198 of file heap_file.h.
| OID heap_hfid_table_entry::class_oid |
Definition at line 200 of file heap_file.h.
Referenced by heap_hfid_table_entry_init().
| std::atomic<char*> heap_hfid_table_entry::classname |
Definition at line 208 of file heap_file.h.
Referenced by heap_cache_class_info(), heap_hfid_cache_get(), heap_hfid_table_entry_alloc(), heap_hfid_table_entry_free(), heap_hfid_table_entry_init(), and heap_hfid_table_entry_uninit().
| UINT64 heap_hfid_table_entry::del_id |
Definition at line 203 of file heap_file.h.
| FILE_TYPE heap_hfid_table_entry::ftype |
Definition at line 206 of file heap_file.h.
Referenced by heap_cache_class_info(), heap_hfid_cache_get(), and heap_hfid_table_entry_init().
| HFID heap_hfid_table_entry::hfid |
Definition at line 205 of file heap_file.h.
Referenced by heap_cache_class_info(), heap_hfid_cache_get(), and heap_hfid_table_entry_init().
| HEAP_HFID_TABLE_ENTRY* heap_hfid_table_entry::next |
Definition at line 202 of file heap_file.h.
| HEAP_HFID_TABLE_ENTRY* heap_hfid_table_entry::stack |
Definition at line 201 of file heap_file.h.