CUBRID Engine  latest
pgbuf_status_snapshot Struct Reference
Collaboration diagram for pgbuf_status_snapshot:
Collaboration graph

Public Attributes

unsigned int free_pages
 
unsigned int victim_candidate_pages
 
unsigned int clean_pages
 
unsigned int dirty_pages
 
unsigned int num_index_pages
 
unsigned int num_data_pages
 
unsigned int num_system_pages
 
unsigned int num_temp_pages
 

Detailed Description

Definition at line 380 of file page_buffer.c.

Member Data Documentation

unsigned int pgbuf_status_snapshot::clean_pages

Definition at line 384 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::dirty_pages

Definition at line 385 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::free_pages

Definition at line 382 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::num_data_pages

Definition at line 387 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::num_index_pages

Definition at line 386 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::num_system_pages

Definition at line 388 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::num_temp_pages

Definition at line 389 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().

unsigned int pgbuf_status_snapshot::victim_candidate_pages

Definition at line 383 of file page_buffer.c.

Referenced by pgbuf_scan_bcb_table(), and pgbuf_start_scan().


The documentation for this struct was generated from the following file: