Struct File_Namespace::HeaderInfo

struct HeaderInfo

Stores Pair of ChunkKey and Page id and version, in a pair with a Page struct itself (File id and Page num)

HeaderInfo

Public Functions

HeaderInfo(const ChunkKey &chunkKey, const int32_t pageId, const int32_t versionEpoch, const Page &page)
bool operator<(const HeaderInfo &other) const

Public Members

ChunkKey chunkKey
int32_t pageId
int32_t versionEpoch
Page page