Package | Description |
---|---|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
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.pdb |
Contains the code for the Directory Server backend that uses Persistit as the repository for storing entry and index
information.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationBackend
Back-end responsible for management of configuration entries.
|
class |
SchemaBackend
This class defines a backend to hold the Directory Server schema information.
|
Modifier and Type | Class and Description |
---|---|
class |
JEStorage
Berkeley DB Java Edition (JE for short) database implementation of the
Storage engine. |
Modifier and Type | Class and Description |
---|---|
class |
PDBStorage
PersistIt database implementation of the
Storage engine. |
Modifier and Type | Class and Description |
---|---|
class |
TaskBackend
This class provides an implementation of a Directory Server backend that may be used to execute various kinds of
administrative tasks on a one-time or recurring basis.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupManager.createBackup(Backupable backupable,
BackupConfig backupConfig)
Creates a backup of the provided backupable entity.
|
void |
BackupManager.restoreBackup(Backupable backupable,
RestoreConfig restoreConfig)
Restores a backupable entity from its backup, or verify the backup.
|
static Path |
BackupManager.saveCurrentFilesToDirectory(Backupable backupable,
String identifier)
Helper method to save all current files of the provided backupable entity, using default behavior.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.