#include <VersionedRandomAllocationSegmentImpl.h>
Inheritance diagram for VersionedExtentAllocationNode:
Public Member Functions | |
VersionedPageEntry & | getPageEntry (uint i) |
VersionedPageEntry const & | getPageEntry (uint i) const |
Public Attributes | |
MagicNumber | magicNumber |
Magic number identifying the derived StoredNode class. | |
Static Public Attributes | |
static const MagicNumber | MAGIC_NUMBER = 0xbfc76ee9882a1be6LL |
Definition at line 41 of file VersionedRandomAllocationSegmentImpl.h.
VersionedPageEntry& VersionedExtentAllocationNode::getPageEntry | ( | uint | i | ) | [inline] |
Definition at line 46 of file VersionedRandomAllocationSegmentImpl.h.
Referenced by VersionedRandomAllocationSegment::backupAllocationNodes(), VersionedRandomAllocationSegment::chainPageEntries(), VersionedRandomAllocationSegment::copyPageEntryFromTemp(), VersionedRandomAllocationSegment::copyPageEntryToTemp(), VersionedRandomAllocationSegment::deferDeallocation(), VersionedRandomAllocationSegment::getOldestTxnId(), VersionedRandomAllocationSegment::getOldPageIds(), VersionedRandomAllocationSegment::initPageEntry(), VersionedRandomAllocationSegment::locateDataPages(), VersionedRandomAllocationSegment::uncommittedDeallocation(), VersionedRandomAllocationSegment::updateTempPageEntry(), and VersionedRandomAllocationSegment::validateFreePageCount().
VersionedPageEntry const& VersionedExtentAllocationNode::getPageEntry | ( | uint | i | ) | const [inline] |
const MagicNumber VersionedExtentAllocationNode::MAGIC_NUMBER = 0xbfc76ee9882a1be6LL [static] |
Definition at line 44 of file VersionedRandomAllocationSegmentImpl.h.
MagicNumber StoredNode::magicNumber [inherited] |
Magic number identifying the derived StoredNode class.
Definition at line 394 of file SegPageLock.h.
Referenced by Database::init(), and BTreeVerifier::verifyNode().