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.
|
org.opends.server.backends.pluggable.spi |
Interfaces and classes required when implementing new storage engines for the pluggable backend.
|
Modifier and Type | Method and Description |
---|---|
void |
JEStorage.open(AccessMode accessMode) |
void |
JEStorage.removeStorageFiles() |
Importer |
JEStorage.startImport() |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyStorageException
Thrown when the server or a tool attempts to access the storage while it is read-only.
|
class |
StorageInUseException
Runtime exception for storage supporting single access only.
|
Modifier and Type | Method and Description |
---|---|
void |
Storage.removeStorageFiles()
Remove all files for a backend of this storage.
|
Importer |
Storage.startImport()
Starts the import operation.
|
Copyright 2010-2022 ForgeRock AS.