|
wisc_db
|
#include <bufferHashTable.h>
Public Attributes | |
| const File * | file |
| PageId | pageNo |
| FrameId | frameNo |
| HashItem * | next |
@brief Declarations for buffer pool hash table item
Definition at line 18 of file bufferHashTable.h.
| const File* wiscdb::HashItem::file |
pointer a file object (more on this below)
Definition at line 22 of file bufferHashTable.h.
| FrameId wiscdb::HashItem::frameNo |
frame number of page in the buffer pool
Definition at line 32 of file bufferHashTable.h.
| HashItem* wiscdb::HashItem::next |
Next node in the hash table for separate chaining
Definition at line 37 of file bufferHashTable.h.
| PageId wiscdb::HashItem::pageNo |
page number within a file
Definition at line 27 of file bufferHashTable.h.
1.8.11