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 | Field and Description |
---|---|
protected EntryContainer |
DatabaseContainer.entryContainer
The database entryContainer.
|
Modifier and Type | Method and Description |
---|---|
EntryContainer |
RootContainer.getEntryContainer(DN baseDN)
Return the entry container for a specific base DN.
|
Modifier and Type | Method and Description |
---|---|
Collection<EntryContainer> |
RootContainer.getEntryContainers()
Return all the entry containers in this root container.
|
Modifier and Type | Method and Description |
---|---|
static EntryIDSet |
EntryIDSetSorter.sort(EntryContainer suffixContainer,
EntryIDSet entryIDSet,
SearchOperation searchOperation,
SortOrder sortOrder,
VLVRequestControl vlvRequest)
Creates a new entry ID set which is a sorted representation of the provided
set using the given sort order.
|
Constructor and Description |
---|
AttributeIndex(LocalDBIndexCfg indexConfig,
EntryContainer entryContainer)
Create a new attribute index object.
|
DatabaseContainer(String name,
com.sleepycat.je.Environment env,
EntryContainer entryContainer)
Create a new DatabaseContainer object.
|
IndexBuffer(EntryContainer entryContainer)
Construct a new empty index buffer object.
|
IndexFilter(EntryContainer entryContainer,
SearchOperation searchOp,
StringBuilder debugBuilder,
org.opends.server.backends.jeb.DatabaseEnvironmentMonitor monitor)
Construct an index filter for a search operation.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.