Uses of Class
org.opends.server.tools.dsbackup.RestoreRunner
-
Uses of RestoreRunner in org.opends.server.tools.dsbackup
Modifier and TypeMethodDescriptionRestoreRunner.backendNames
(Set<String> backendNames) Sets the backendName argument values.Sets the backupId argument values.RestoreRunner.baseDirectory
(Path baseDirectory) Sets the base directory ie the directory which will be used as the working directory if ever the given backup location is relative local file-system path.RestoreRunner.enabledBackends
(Collection<LocalBackend<?>> enabledBackends) Sets the collection of backends that are currently enabled in the Directory Server.RestoreRunner.interruptWith
(Cancellable cancellable) Sets the cancellable for interrupting restore operations.RestoreRunner.listeners
(Consumer<LocalBackend<?>> restoreStartListener, Consumer<LocalBackend<?>> restoreEndListener) Sets the listeners that should be called before and after each backend has been restored.RestoreRunner.runOnline
(BackendConfigManager backendConfigManager) Indicates that restore will happen online and that backends being restored should be disabled and enabled with the provided backend config manager.RestoreRunner.serverContext
(ServerContext serverContext) Sets the server context.Register the backup location and the properties for the backup storage.