Uses of Package
org.opends.server.backup
-
Packages that use org.opends.server.backup 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.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.backup Classes related to backup and restore.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.tools.dsbackup Classes related to dsbackup tool. -
Classes in org.opends.server.backup used by org.opends.server.backends Class Description BackendFile This class is a wrapper around a backend file path and a backend file ID.Backupable This interface must be implemented by backends that support backup and restore.BackupManager.CountedIterator BackupManager.FixedBackendIterator -
Classes in org.opends.server.backup used by org.opends.server.backends.jeb Class Description BackendFile This class is a wrapper around a backend file path and a backend file ID.Backupable This interface must be implemented by backends that support backup and restore.BackupManager.CountedIterator -
Classes in org.opends.server.backup used by org.opends.server.backends.pluggable Class Description Backupable This interface must be implemented by backends that support backup and restore. -
Classes in org.opends.server.backup used by org.opends.server.backends.pluggable.spi Class Description Backupable This interface must be implemented by backends that support backup and restore. -
Classes in org.opends.server.backup used by org.opends.server.backends.task Class Description BackendFile This class is a wrapper around a backend file path and a backend file ID.Backupable This interface must be implemented by backends that support backup and restore.BackupManager.CountedIterator -
Classes in org.opends.server.backup used by org.opends.server.backup Class Description BackendFile This class is a wrapper around a backend file path and a backend file ID.Backup This class contains all the metadata associated with a backup.Backupable This interface must be implemented by backends that support backup and restore.BackupException An exception that may be thrown when there is a problem with a backup file.BackupFileManager A backup file manager is responsible for securely and lazily saving backend files and metadata to its underlying backup storage.BackupId A backup identifier, it is made out of a backend name and a tag.BackupManager 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.BackupManager.BackupFilter BackupManager.CountedIterator BackupStorage A backup storage is responsible for writing and reading backup files in a persistent location.BackupStorageConfig Configuration of a backup storage.BackupStorageProvider An interface to create a backup storage. -
Classes in org.opends.server.backup used by org.opends.server.core Class Description BackupStorageProvider An interface to create a backup storage. -
Classes in org.opends.server.backup used by org.opends.server.tools.dsbackup Class Description BackupId A backup identifier, it is made out of a backend name and a tag.