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 |
---|---|
boolean |
VLVIndex.addEntry(com.sleepycat.je.Transaction txn,
EntryID entryID,
Entry entry)
Update the vlvIndex for a new entry.
|
void |
BackendImpl.clearBackend()
Clears all the entries from the backend.
|
static void |
EnvManager.createHomeDir(String homeDir)
Creates the environment home directory, deleting any existing data files
if the directory already exists.
|
void |
ExportJob.exportLDIF(RootContainer rootContainer)
Export entries from the backend to an LDIF file.
|
SortValues |
SortValuesSet.getSortValues(int index)
Returns the sort values at the index in this set.
|
static void |
EnvManager.removeFiles(String homeDir)
Deletes all the data files associated with the environment.
|
void |
EntryContainer.setDatabasePrefix(String newDatabasePrefix)
Sets a new database prefix for this entry container and rename all
existing databases in use by this entry container.
|
long |
VerifyJob.verifyBackend(RootContainer rootContainer)
Verify the backend.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.