Uses of Class
org.opends.server.backup.BackendFile
Packages that use BackendFile
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 the Directory Server backend that provides an interface for executing administrative tasks.
Classes related to backup and restore.
-
Uses of BackendFile in org.opends.server.backends
Methods in org.opends.server.backends that return types with arguments of type BackendFile -
Uses of BackendFile in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that return types with arguments of type BackendFileModifier and TypeMethodDescriptionJEBackend.getBackendFiles()
JEStorage.getBackendFiles()
Returns an iterator that goes over all the log files, including files created after this method is called. -
Uses of BackendFile in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return types with arguments of type BackendFile -
Uses of BackendFile in org.opends.server.backup
Methods in org.opends.server.backup that return BackendFileModifier and TypeMethodDescriptionstatic BackendFile
BackendFile.newBackendFile
(Path path) Creates a backendFile with the default fingerprinting function.Methods in org.opends.server.backup that return types with arguments of type BackendFileModifier and TypeMethodDescriptionBackupable.getBackendFiles()
Returns an iterator that goes over all the backend files.