BadgerDB
 All Classes Namespaces Functions Variables Typedefs Friends
Public Attributes
badgerdb::hashBucket Struct Reference

Declarations for buffer pool hash table. More...

#include <bufHashTbl.h>

List of all members.

Public Attributes

Filefile
PageId pageNo
FrameId frameNo
hashBucketnext

Detailed Description

Declarations for buffer pool hash table.

Definition at line 17 of file bufHashTbl.h.


Member Data Documentation

pointer a file object (more on this below)

Definition at line 21 of file bufHashTbl.h.

frame number of page in the buffer pool

Definition at line 31 of file bufHashTbl.h.

Next node in the hash table

Definition at line 36 of file bufHashTbl.h.

page number within a file

Definition at line 26 of file bufHashTbl.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Friends