Uses of Interface
org.opends.server.backup.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
Modifier 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
-
Uses of Backupable in org.opends.server.backends.pluggable
Modifier 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
Modifier 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
Modifier 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
Modifier 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.