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 |
---|---|
RootContainer |
BackendImpl.getReadOnlyRootContainer()
Returns a new read-only handle to the JE root container for this backend.
|
RootContainer |
EntryContainer.getRootContainer()
Retrieves a reference to the root container in which this entry container
exists.
|
RootContainer |
BackendImpl.getRootContainer()
Returns a handle to the JE root container currently used by this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportJob.exportLDIF(RootContainer rootContainer)
Export entries from the backend to an LDIF file.
|
long |
VerifyJob.verifyBackend(RootContainer rootContainer)
Verify the backend.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.