Struct file_tempcache
ClassList > file_tempcache
Public Attributes
Public Attributes Documentation
variable cached_not_numerable
FILE_TEMPCACHE_ENTRY* file_tempcache::cached_not_numerable;
variable cached_numerable
FILE_TEMPCACHE_ENTRY* file_tempcache::cached_numerable;
variable free_entries
FILE_TEMPCACHE_ENTRY* file_tempcache::free_entries;
variable mutex
pthread_mutex_t file_tempcache::mutex;
variable ncached_max
int file_tempcache::ncached_max;
variable ncached_not_numerable
int file_tempcache::ncached_not_numerable;
variable ncached_numerable
int file_tempcache::ncached_numerable;
variable nfree_entries
int file_tempcache::nfree_entries;
variable nfree_entries_max
int file_tempcache::nfree_entries_max;
variable owner_mutex
int file_tempcache::owner_mutex;
variable spacedb_temp
SPACEDB_FILES file_tempcache::spacedb_temp;
variable tran_files
FILE_TEMPCACHE_TRAN_ENTRY* file_tempcache::tran_files;
The documentation for this class was generated from the following file cubrid/src/storage/file_manager.c