Package | Description |
---|---|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
Modifier and Type | Method and Description |
---|---|
Index |
EntryContainer.getID2Children()
Get the children database used by this entry container.
|
Index |
EntryContainer.getID2Subtree()
Get the subtree database used by this entry container.
|
Modifier and Type | Method and Description |
---|---|
Collection<Index> |
AttributeIndex.getAllIndexes()
Retrieves all the indexes used by this attribute index.
|
Constructor and Description |
---|
IndexQueryFactoryImpl(Map<String,Index> indexMap,
org.forgerock.opendj.ldap.spi.IndexingOptions indexingOptions,
AttributeType attribute)
Creates a new IndexQueryFactoryImpl object.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.