Uses of Interface
org.opends.server.backup.Backupable
-
Packages that use Backupable 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. -
-
Uses of Backupable in org.opends.server.backends
Classes in org.opends.server.backends that implement Backupable Modifier and Type Class Description class
LDIFBackend
This class provides a backend implementation that stores the underlying data in an LDIF file.class
SchemaBackend
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 Modifier and Type Class Description class
JEBackend
Class defined in the configuration for this backend type.class
JEStorage
Berkeley DB Java Edition (JE for short) database implementation of theStorage
engine. -
Uses of Backupable in org.opends.server.backends.pluggable
Classes in org.opends.server.backends.pluggable that implement Backupable Modifier and Type Class Description class
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.spi Modifier and Type Interface Description interface
Storage
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 Backupable Modifier and Type Class Description class
TaskBackend
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 Backupable Modifier and Type Method Description Backup
BackupManager. 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.
-