![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Class for records representing overflow records of the BTree. More...
Public Member Functions | |
OverflowRecord (const RecordHeader &header) | |
OverflowRecord ()=delete | |
template<typename Stream > | |
void | Unserialize (Stream &s) |
Public Attributes | |
RecordHeader | m_header |
uint8_t | unused2 |
uint32_t | page_number |
uint32_t | item_len |
Static Public Attributes | |
static constexpr size_t | SIZE = 9 |
Class for records representing overflow records of the BTree.
Overflow records point to a page which contains the data in the record. Those pages may point to further pages with the rest of the data if it does not fit in one page
Definition at line 293 of file migrate.cpp.
|
inline |
Definition at line 296 of file migrate.cpp.
|
delete |
|
inline |
uint32_t wallet::OverflowRecord::item_len |
Definition at line 303 of file migrate.cpp.
RecordHeader wallet::OverflowRecord::m_header |
Definition at line 299 of file migrate.cpp.
uint32_t wallet::OverflowRecord::page_number |
Definition at line 302 of file migrate.cpp.
|
staticconstexpr |
Definition at line 305 of file migrate.cpp.
uint8_t wallet::OverflowRecord::unused2 |
Definition at line 301 of file migrate.cpp.