|
||||||||||
| 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.FixedKeyPage
public class FixedKeyPage
Implementation of a BtreePage with fixed length keys and fixed length data.
| Field Summary |
|---|
| Fields inherited from class org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePage |
|---|
pageBuffer, pageId |
| Constructor Summary | |
|---|---|
FixedKeyPage()
|
|
| Method Summary | |
|---|---|
void |
init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled FixedKeyPage. |
| 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, store, uninit, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedKeyPage()
| Method Detail |
|---|
public 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 btree
StorageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||