Uses of Class
org.opends.server.types.Cancellable
-
Packages that use Cancellable Package Description org.opends.server.backup Classes related to backup and restore.org.opends.server.tools.dsbackup Classes related to dsbackup tool.org.opends.server.types 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 Cancellable Modifier and Type Method Description Backup
BackupManager. createBackup(Backupable backupable, Cancellable cancellable)
Backs up a backend to the underlying backup storage.void
BackupManager. purgeBackups(Set<BackupId> backupsToDelete, Cancellable cancellable)
Purge a set of backups.void
BackupManager. restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable)
Restores a backend from the underlying backup storage.void
BackupManager. 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 Cancellable Modifier and Type Method Description BackupRunner
BackupRunner. interruptWith(Cancellable cancellable)
Sets the cancellable for interrupting backup operations.PurgeRunner
PurgeRunner. interruptWith(Cancellable cancellable)
Sets the cancellable for interrupting purge operations.RestoreRunner
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.types Modifier and Type Class Description class
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.class
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
-