Package | Description |
---|---|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
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.
|
BackupInfo |
BackupDirectory.getBackupInfo(String backupID)
Retrieves the backup info structure for the backup with the specified ID.
|
BackupInfo |
BackupDirectory.getLatestBackup()
Retrieves the most recent backup for this backup directory, according to the backup date.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BackupInfo> |
BackupDirectory.getBackups()
Retrieves the set of backups in this backup directory, as a mapping between the backup ID and the associated
backup info.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupDirectory.addBackup(BackupInfo backupInfo)
Adds information about the provided backup to this backup directory.
|
Copyright 2010-2018 ForgeRock AS.