public class VarRecordPage extends BtreePage
pageBuffer, pageId| Constructor and Description |
|---|
VarRecordPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled BtreePage.
|
void |
store()
Write VarRecordPage header data to the page buffer.
|
compare, compareData, consistencyCheck, dumpPage, dumpPageBuffer, dumpPageEntries, dumpPageHeader, dumpTree, get, getLocation, makeRoot, put, put, read, remove, remove, remove, split, uninit, writepublic void init(Btree btree, byte[] pageId, byte[] pageBuffer, boolean isNew) throws StorageException
BtreePageinit in class BtreePagebtree - btree to which this page belongspageId - page ID in byte arraypageBuffer - page bufferisNew - is this page new to the btreeStorageExceptionCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.