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 | Class and Description |
---|---|
class |
DN2ID
This class represents the DN database, or dn2id, which has one record
for each entry.
|
class |
DN2URI
This class represents the referral database which contains URIs from referral
entries.
|
class |
ID2Entry
Represents the database containing the LDAP entries.
|
class |
Index
Represents an index implemented by a JE database in which each key maps to
a set of entry IDs.
|
class |
State
This class is responsible for storing the configuration state of
the JE backend for a particular suffix.
|
class |
VLVIndex
This class represents a VLV index.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryContainer.clearDatabase(DatabaseContainer database)
Clear the contents for a database from disk.
|
int |
DbPreloadComparator.compare(DatabaseContainer database1,
DatabaseContainer database2)
Compares its two arguments for order.
|
boolean |
State.getIndexTrustState(com.sleepycat.je.Transaction txn,
DatabaseContainer index)
Fetch index state from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryContainer.listDatabases(List<DatabaseContainer> dbList)
Get a list of the databases opened by the entryContainer.
|
void |
AttributeIndex.listDatabases(List<DatabaseContainer> dbList)
Get a list of the databases opened by this attribute index.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.