| 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 | Interface and Description |
|---|---|
interface |
BtreePageSource
Source of pages for a Btree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BtreeCacheSource
In-memory page source for unit testing
|
| Modifier and Type | Class and Description |
|---|---|
class |
BtreeFileSource
BtreePageSource implementation for pages which are stored directly in a file
(the primary index pages) rather than as repository objects.
|
class |
BtreeMDRSource
BtreePageSource whose pages are MOF repository objects
|
| Modifier and Type | Method and Description |
|---|---|
MofidGenerator |
BtreeStorage.getMofidGenerator()
Return the MOFID generator for this repository
|
MofidGenerator |
BtreeDatabase.getMofidGenerator()
Return the MOFID generator for this repository
|
| Constructor and Description |
|---|
BtreeFileSource(int fileId,
FileCache fileCache,
int pageSize,
boolean isNew,
MofidGenerator mGen,
BtreeStorage storage)
Constructor for a BtreeFileSource from a new or existing index file.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.