| Package | Description |
|---|---|
| org.netbeans.mdr.persistence | |
| 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 |
MultivaluedIndex |
interface |
MultivaluedOrderedIndex
Representation of non-unique index.
|
interface |
SinglevaluedIndex
Representation index where exactly one value is
associated with each key.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
Storage.getIndex(java.lang.String name)
Retrieve index by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Btree
Btree index implementation.
|
class |
MultivaluedBtree
Btree implementation of MultivaluedIndex interface.
|
class |
MultivaluedOrderedBtree
Btree implementation of the MultivaluedOrderedIndex interface.
|
class |
SinglevaluedBtree
Btree implementation of SinglevaluedIndex
|
| Modifier and Type | Class and Description |
|---|---|
class |
BtreeDatabase
This is the primary index for the btree implementation of Storage.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
BtreeStorage.getIndex(java.lang.String name)
Retrieve index by name.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.