| Package | Description |
|---|---|
| org.netbeans.mdr.persistence.btreeimpl.btreeindex |
Together, the btreestorage and btreeindex packages provide the btree storage
implementation for the NetBeans meta-data repository.
|
| org.netbeans.mdr.persistence.btreeimpl.btreestorage |
Together, the btreestorage and btreeindex packages provide the btree storage
implementation for the NetBeans meta-data repository.
|
| Modifier and Type | Method and Description |
|---|---|
BigKeyPage |
BtreePageSource.newBigKeyPage(Btree btree)
Creates a new oversize-key page and returns it.
|
BigKeyPage |
BtreeCacheSource.newBigKeyPage(Btree btree) |
| Modifier and Type | Method and Description |
|---|---|
void |
BtreePageSource.unpinPage(BigKeyPage page)
Notify the BtreePageSource that the caller is done using this page.
|
void |
BtreeCacheSource.unpinPage(BigKeyPage page) |
| Modifier and Type | Method and Description |
|---|---|
BigKeyPage |
BtreeFileSource.newBigKeyPage(Btree btree)
Returns a newly allocated BigKeyPage.
|
BigKeyPage |
BtreeMDRSource.newBigKeyPage(Btree btree) |
| Modifier and Type | Method and Description |
|---|---|
void |
BtreeFileSource.unpinPage(BigKeyPage page) |
void |
BtreeMDRSource.unpinPage(BigKeyPage page) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.