Uses of Class
org.opends.server.types.Cancellable
Packages that use Cancellable
Package
Description
Classes related to backup and restore.
Classes related to dsbackup tool.
Contains implementations for a number of Directory Server data types.
-
Uses of Cancellable in org.opends.server.backup
Methods in org.opends.server.backup with parameters of type CancellableModifier and TypeMethodDescriptionBackupManager.createBackup(Backupable backupable, Cancellable cancellable, boolean signBackup) Backs up a backend to the underlying backup storage.voidBackupManager.purgeBackups(Set<BackupId> backupsToDelete, Cancellable cancellable) Purge a set of backups.voidBackupManager.restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage.voidBackupManager.verifyBackups(Collection<Backup> backups, Cancellable cancellable) Verifies the integrity of the provided backups and mark them asBackup.verified()orBackup.hasErrors(). -
Uses of Cancellable in org.opends.server.tools.dsbackup
Methods in org.opends.server.tools.dsbackup with parameters of type CancellableModifier and TypeMethodDescriptionBackupRunner.interruptWith(Cancellable cancellable) Sets the cancellable for interrupting backup operations.PurgeRunner.interruptWith(Cancellable cancellable) Sets the cancellable for interrupting purge operations.RestoreRunner.interruptWith(Cancellable cancellable) Sets the cancellable for interrupting restore operations. -
Uses of Cancellable in org.opends.server.types
Subclasses of Cancellable in org.opends.server.typesModifier and TypeClassDescriptionfinal classThis class defines a data structure for holding configuration information to use when performing an LDIF export.final classThis class defines a data structure for holding configuration information to use when performing an LDIF import.