| 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 |
BtreeCacheSource
In-memory page source for unit testing
|
| Modifier and Type | Field and Description |
|---|---|
protected BtreePageSource |
Btree.pageSource |
protected BtreePageSource |
BtreeIterator.pageSource |
protected BtreePageSource |
BtreeKeySet.BtreeKeyIterator.pageSource |
| Constructor and Description |
|---|
Btree(java.lang.String name,
Storage.EntryType keyType,
Storage.EntryType dataType,
BtreePageSource pageSource) |
MultivaluedBtree(java.lang.String name,
Storage.EntryType keyType,
Storage.EntryType dataType,
boolean uniqueValues,
BtreePageSource pageSource) |
MultivaluedOrderedBtree(java.lang.String name,
Storage.EntryType keyType,
Storage.EntryType dataType,
boolean uniqueValues,
BtreePageSource pageSource) |
SinglevaluedBtree(java.lang.String name,
Storage.EntryType keyType,
Storage.EntryType dataType,
BtreePageSource pageSource) |
| 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
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.