Uses of Class
org.opends.server.tools.dsbackup.BackupRunner
-
Packages that use BackupRunner Package Description org.opends.server.tools.dsbackup Classes related to dsbackup tool. -
-
Uses of BackupRunner in org.opends.server.tools.dsbackup
Methods in org.opends.server.tools.dsbackup that return BackupRunner Modifier and Type Method Description BackupRunner
BackupRunner. backendNames(Set<String> backendNames)
Sets the backendName argument values.BackupRunner
BackupRunner. 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.BackupRunner
BackupRunner. enabledBackends(Collection<LocalBackend<?>> enabledBackends)
Sets the collection of backends that are currently enabled in the Directory Server.BackupRunner
BackupRunner. interruptWith(Cancellable cancellable)
Sets the cancellable for interrupting backup operations.BackupRunner
BackupRunner. listeners(Consumer<LocalBackend<?>> backupStartListener, Consumer<LocalBackend<?>> backupEndListener)
Sets the listeners that should be called before and after each backend is backed up.BackupRunner
BackupRunner. serverContext(ServerContext serverContext)
Sets the server context.BackupRunner
BackupRunner. storage(String backupLocation, Map<String,String> properties)
Register the backup location and the properties for the backup storage.
-