|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePage
org.netbeans.mdr.persistence.btreeimpl.btreeindex.VarRecordPage
Implementation of a BtreePage with variable length keys and variable length data.
| Field Summary |
| Fields inherited from class org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePage |
pageBuffer, pageId |
| Constructor Summary | |
VarRecordPage()
|
|
| Method Summary | |
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. |
| Methods inherited from class org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePage |
compare, compareData, consistencyCheck, dumpPage, dumpPageBuffer, dumpPageEntries, dumpPageHeader, dumpTree, get, getLocation, makeRoot, put, put, read, remove, remove, remove, split, uninit, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VarRecordPage()
| Method Detail |
public void init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
throws StorageException
BtreePage
init in class BtreePagebtree - btree to which this page belongspageId - page ID in byte arraypageBuffer - page bufferisNew - is this page new to the btree
StorageExceptionpublic void store()
store in class BtreePage
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||