| 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 | Class and Description |
|---|---|
class |
MultivaluedBtree
Btree implementation of MultivaluedIndex interface.
|
class |
MultivaluedOrderedBtree
Btree implementation of the MultivaluedOrderedIndex interface.
|
class |
SinglevaluedBtree
Btree implementation of SinglevaluedIndex
|
| Modifier and Type | Field and Description |
|---|---|
protected Btree |
BtreeCollection.btree |
protected Btree |
BtreeIterator.btree |
| Modifier and Type | Method and Description |
|---|---|
BtreePage |
BtreePageSource.getPage(byte[] pageId,
Btree btree)
Retrieve a page.
|
BtreePage |
BtreeCacheSource.getPage(byte[] pageId,
Btree btree) |
BtreePage |
BtreePageSource.getRootPage(Btree btree)
Retrieve the root page for this btree.
|
BtreePage |
BtreeCacheSource.getRootPage(Btree btree) |
void |
BigKeyPage.init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled BigKeyPage.
|
void |
BtreePage.init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled BtreePage.
|
void |
FixedKeyPage.init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled FixedKeyPage.
|
void |
ShrinkablePage.init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled ShrinkablePage.
|
void |
VarKeyPage.init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew)
Initialize a newly-instantiated or recycled VarKeyPage.
|
void |
VarRecordPage.init(Btree btree,
byte[] pageId,
byte[] pageBuffer,
boolean isNew) |
BigKeyPage |
BtreePageSource.newBigKeyPage(Btree btree)
Creates a new oversize-key page and returns it.
|
BigKeyPage |
BtreeCacheSource.newBigKeyPage(Btree btree) |
BtreePage |
BtreePageSource.newPage(Btree btree)
Creates a new page and returns it.
|
BtreePage |
BtreeCacheSource.newPage(Btree btree) |
| Constructor and Description |
|---|
BtreeCollection(Btree btree)
Construct a Collection view of a btree.
|
| Modifier and Type | Method and Description |
|---|---|
BtreePage |
BtreeFileSource.getPage(byte[] pageId,
Btree btree)
Get a BtreePage by its pageId.
|
BtreePage |
BtreeMDRSource.getPage(byte[] pageId,
Btree btree) |
BtreePage |
BtreeFileSource.getRootPage(Btree btree)
Return the root page if it already exists, otherwise create it.
|
BtreePage |
BtreeMDRSource.getRootPage(Btree btree) |
BigKeyPage |
BtreeFileSource.newBigKeyPage(Btree btree)
Returns a newly allocated BigKeyPage.
|
BigKeyPage |
BtreeMDRSource.newBigKeyPage(Btree btree) |
BtreePage |
BtreeFileSource.newPage(Btree btree)
Returns a newly allocated btree page.
|
BtreePage |
BtreeMDRSource.newPage(Btree btree) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.