Uses of Package
org.opends.server.backup
Package
Description
Contains various Directory Server backend implementations.
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Contains the code for implementing Directory Server pluggable storage backends.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Classes related to backup and restore.
Contains various classes that comprise the core of the Directory Server codebase.
Classes related to dsbackup tool.
-
ClassDescriptionThis class is a wrapper around a backend file path and a backend file ID.This interface must be implemented by backends that support backup and restore.Iterator able to return a count of progress and the total number of items to be processed.Counted iterator returning elements from a list.
-
ClassDescriptionThis class is a wrapper around a backend file path and a backend file ID.This interface must be implemented by backends that support backup and restore.Iterator able to return a count of progress and the total number of items to be processed.
-
ClassDescriptionThis interface must be implemented by backends that support backup and restore.
-
ClassDescriptionThis interface must be implemented by backends that support backup and restore.
-
ClassDescriptionThis class is a wrapper around a backend file path and a backend file ID.This interface must be implemented by backends that support backup and restore.Iterator able to return a count of progress and the total number of items to be processed.
-
ClassDescriptionThis class is a wrapper around a backend file path and a backend file ID.This class contains all the metadata associated with a backup.This interface must be implemented by backends that support backup and restore.An exception that may be thrown when there is a problem with a backup file.A backup file manager is responsible for securely and lazily saving backend files and metadata to its underlying backup storage.A backup identifier, it is made out of a backend name and a tag.This is the primary class for managing backups, it works on top of an arbitrary backup storage and allows to backup and restore backupable entities as well as listing and verifying backups.Filters the available backups using the provided criteria.Iterator able to return a count of progress and the total number of items to be processed.A backup storage is responsible for writing and reading backup files in a persistent location.Configuration of a backup storage.An interface to create a backup storage.
-
-