Uses of Interface
org.opends.server.backup.Backupable
Packages that use Backupable
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.
-
Uses of Backupable in org.opends.server.backends
Classes in org.opends.server.backends that implement BackupableModifier and TypeClassDescriptionfinal class
This class provides a backend implementation that stores the underlying data in an LDIF file.final class
This class defines a backend to hold the Directory Server schema information. -
Uses of Backupable in org.opends.server.backends.jeb
Classes in org.opends.server.backends.jeb that implement Backupable -
Uses of Backupable in org.opends.server.backends.pluggable
Classes in org.opends.server.backends.pluggable that implement BackupableModifier and TypeClassDescriptionclass
BackendImpl<C extends PluggableBackendCfg>
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage. -
Uses of Backupable in org.opends.server.backends.pluggable.spi
Subinterfaces of Backupable in org.opends.server.backends.pluggable.spiModifier and TypeInterfaceDescriptioninterface
This interface abstracts the underlying storage engine, isolating the pluggable backend generic code from a particular storage engine implementation. -
Uses of Backupable in org.opends.server.backends.task
Classes in org.opends.server.backends.task that implement BackupableModifier and TypeClassDescriptionfinal class
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. -
Uses of Backupable in org.opends.server.backup
Methods in org.opends.server.backup with parameters of type BackupableModifier and TypeMethodDescriptionBackupManager.createBackup
(Backupable backupable, Cancellable cancellable) Backs up a backend to the underlying backup storage.void
BackupManager.restoreBackup
(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage.