Declarations for buffer pool hash table item. More...
#include <bufferHashTable.h>
Public Attributes | |
File * | file |
PageId | pageNo |
FrameId | frameNo |
HashItem * | next |
Declarations for buffer pool hash table item.
Definition at line 17 of file bufferHashTable.h.
pointer a file object (more on this below)
Definition at line 21 of file bufferHashTable.h.
FrameId wiscdb::HashItem::frameNo |
frame number of page in the buffer pool
Definition at line 31 of file bufferHashTable.h.
Next node in the hash table for separate chaining
Definition at line 36 of file bufferHashTable.h.
PageId wiscdb::HashItem::pageNo |
page number within a file
Definition at line 26 of file bufferHashTable.h.