|
SwatDB
|
#include <hashindexfile.h>
Public Attributes | |
| Level | global_level |
| std::uint32_t | dir_size |
| std::uint32_t | num_bucket |
| std::uint32_t | num_entries |
| PageNum | dir [MAX_HASH_SIZE] |
Struct for the header metadata of HashIndexFile object. The header contains array of PageNum for HashDirPages of the file.
| PageNum HashIndexHeader::dir[MAX_HASH_SIZE] |
Directory of PageNum of HashDirPages.
| std::uint32_t HashIndexHeader::dir_size |
Number of HashDirPages in the file.
| Level HashIndexHeader::global_level |
Global level of the HashIndex.
| std::uint32_t HashIndexHeader::num_bucket |
Number of HashBucketPages in the file.
| std::uint32_t HashIndexHeader::num_entries |
Number of entries in the file.