| 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 |
BigKeyPage
These pages contain keys which are too big to be handled normally.
|
class |
Btree
Btree index implementation.
|
class |
BtreePage
Abstract class containing the main logic for searching and updating a Btree.
|
class |
FixedKeyPage
Implementation of a BtreePage with fixed length keys and fixed length data.
|
class |
MultivaluedBtree
Btree implementation of MultivaluedIndex interface.
|
class |
MultivaluedOrderedBtree
Btree implementation of the MultivaluedOrderedIndex interface.
|
class |
ShrinkablePage
Implementation of a BtreePage with fixed key length and fixed data length that
are stored in compressed form if all the stored keys or data prefixes are
strings of zeros (these prefixes are excluded then).
|
class |
SinglevaluedBtree
Btree implementation of SinglevaluedIndex
|
class |
VarKeyPage
Implementation of a BtreePage with variable length keys and fixed length
data.
|
class |
VarRecordPage
Implementation of a BtreePage with variable length keys and variable length
data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CounterIndex
This is an index from names (Strings) to Integer.
|
class |
MofidIndex
This is an index from names (Strings) to MOFIDs.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.