Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
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.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.pluggable.spi |
Interfaces and classes required when implementing new storage engines for the pluggable backend.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
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 | Method and Description |
---|---|
void |
LocalBackend.removeBackup(BackupDirectory backupDirectory,
String backupID)
Removes the specified backup if it is possible to do so.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaBackend.removeBackup(BackupDirectory backupDirectory,
String backupID) |
void |
RootDSEBackend.removeBackup(BackupDirectory backupDirectory,
String backupID) |
void |
LDIFBackend.removeBackup(BackupDirectory backupDirectory,
String backupID) |
void |
ConfigurationBackend.removeBackup(BackupDirectory backupDirectory,
String backupID) |
Modifier and Type | Method and Description |
---|---|
void |
JEStorage.removeBackup(BackupDirectory backupDirectory,
String backupID) |
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.removeBackup(BackupDirectory backupDirectory,
String backupID) |
Modifier and Type | Method and Description |
---|---|
void |
Storage.removeBackup(BackupDirectory backupDirectory,
String backupID)
Removes a backup for this storage.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.removeBackup(BackupDirectory backupDirectory,
String backupID) |
Modifier and Type | Method and Description |
---|---|
BackupDirectory |
RestoreConfig.getBackupDirectory()
Retrieves a reference to the directory containing the backup file(s) to restore.
|
BackupDirectory |
BackupInfo.getBackupDirectory()
Retrieves the reference to the backup directory in which this backup is stored.
|
BackupDirectory |
BackupConfig.getBackupDirectory()
Retrieves the backup directory structure for this backup configuration.
|
static BackupDirectory |
BackupDirectory.readBackupDirectoryDescriptor(String path)
Reads the backup descriptor file in the specified path and uses the information it contains to create a new
backup directory structure.
|
Modifier and Type | Method and Description |
---|---|
static BackupInfo |
BackupInfo.decode(BackupDirectory backupDirectory,
List<String> encodedInfo)
Decodes the provided list of strings as the representation of a backup info structure.
|
Constructor and Description |
---|
BackupConfig(BackupDirectory backupDirectory,
String backupID,
boolean isIncremental)
Creates a new backup configuration that will create a full or incremental backup of a backend using the provided
information.
|
BackupInfo(BackupDirectory backupDirectory,
String backupID,
Date backupDate,
boolean isIncremental,
boolean isCompressed,
boolean isEncrypted,
byte[] unsignedHash,
byte[] signedHash,
HashSet<String> dependencies,
HashMap<String,String> backupProperties)
Creates a new backup info structure with the provided information.
|
RestoreConfig(BackupDirectory backupDirectory,
String backupID,
boolean verifyOnly)
Creates a new restore configuration with the provided information.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupManager.removeBackup(BackupDirectory backupDir,
String backupID)
Removes the specified backup if it is possible to do so.
|
Copyright 2010-2018 ForgeRock AS.