public class VarKeyPage extends BtreePage
pageBuffer, pageId| Constructor and Description |
|---|
VarKeyPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpPageHeader(java.io.PrintWriter out)
Print BtreePage header for debugging.
|
void |
init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled VarKeyPage.
|
void |
store()
Write VarKeyPage header data to the page buffer.
|
compare, compareData, consistencyCheck, dumpPage, dumpPageBuffer, dumpPageEntries, 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
init in class BtreePagebtree - btree to which this page belongspageId - page ID in byte arraypageBuffer - page bufferisNew - is this page new to the btreeStorageExceptionpublic void store()
public void dumpPageHeader(java.io.PrintWriter out)
BtreePagedumpPageHeader in class BtreePageout - PrintWriter to print toCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.