| 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 |
MultivaluedOrderedIndex
Representation of non-unique index.
|
| Modifier and Type | Method and Description |
|---|---|
MultivaluedIndex |
Storage.createMultivaluedIndex(java.lang.String name,
Storage.EntryType keyType,
Storage.EntryType valueType,
boolean unique)
Create index that hold a set of values for each key.
|
MultivaluedIndex |
Storage.getMultivaluedIndex(java.lang.String name)
Retrieve index by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultivaluedBtree
Btree implementation of MultivaluedIndex interface.
|
class |
MultivaluedOrderedBtree
Btree implementation of the MultivaluedOrderedIndex interface.
|
| Modifier and Type | Method and Description |
|---|---|
MultivaluedIndex |
BtreeStorage.createMultivaluedIndex(java.lang.String name,
Storage.EntryType keyType,
Storage.EntryType valueType,
boolean unique)
Create index that hold a set of values for each key.
|
MultivaluedIndex |
BtreeStorage.getMultivaluedIndex(java.lang.String name)
Retrieve index by name.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.