|
CUBRID Engine
latest
|

Public Attributes | |
| pthread_mutex_t | mutex |
| int | idx |
| int | fcnt |
| int | zone |
| int | force_decache |
| THREAD_ENTRY * | next_wait_thrd |
| HEAP_CLASSREPR_ENTRY * | hash_next |
| HEAP_CLASSREPR_ENTRY * | prev |
| HEAP_CLASSREPR_ENTRY * | next |
| OID | class_oid |
| OR_CLASSREP ** | repr |
| int | max_reprid |
| REPR_ID | last_reprid |
Definition at line 309 of file heap_file.c.
| OID heap_classrepr_entry::class_oid |
Definition at line 324 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_entry_reset(), and heap_classrepr_get().
| int heap_classrepr_entry::fcnt |
Definition at line 313 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_free(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
| int heap_classrepr_entry::force_decache |
Definition at line 316 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_reset(), heap_classrepr_free(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
| HEAP_CLASSREPR_ENTRY* heap_classrepr_entry::hash_next |
Definition at line 319 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
| int heap_classrepr_entry::idx |
Definition at line 312 of file heap_file.c.
Referenced by heap_classrepr_get(), and heap_classrepr_initialize_cache().
| REPR_ID heap_classrepr_entry::last_reprid |
Definition at line 328 of file heap_file.c.
Referenced by heap_classrepr_entry_reset(), heap_classrepr_finalize_cache(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
| int heap_classrepr_entry::max_reprid |
Definition at line 327 of file heap_file.c.
Referenced by heap_classrepr_entry_reset(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
| pthread_mutex_t heap_classrepr_entry::mutex |
Definition at line 311 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_free(), and heap_classrepr_get().
| HEAP_CLASSREPR_ENTRY* heap_classrepr_entry::next |
Definition at line 321 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_entry_free(), heap_classrepr_entry_remove_from_LRU(), heap_classrepr_free(), and heap_classrepr_initialize_cache().
| THREAD_ENTRY* heap_classrepr_entry::next_wait_thrd |
Definition at line 318 of file heap_file.c.
Referenced by heap_classrepr_initialize_cache().
| HEAP_CLASSREPR_ENTRY* heap_classrepr_entry::prev |
Definition at line 320 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_entry_remove_from_LRU(), heap_classrepr_free(), and heap_classrepr_initialize_cache().
| OR_CLASSREP** heap_classrepr_entry::repr |
Definition at line 326 of file heap_file.c.
Referenced by heap_classrepr_entry_reset(), heap_classrepr_finalize_cache(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
| int heap_classrepr_entry::zone |
Definition at line 315 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_entry_free(), heap_classrepr_free(), and heap_classrepr_initialize_cache().