Package org.opends.server.tasks
Contains implementations for various Directory Server tasks. Tasks define administrative operations that can be
invoked by adding an entry into the tasks backend. Tasks may be scheduled to run immediately or at a specified time
in the future, and tasks may also be invoked on a recurring basis. Tasks currently defined include those for
exporting and importing backend contents to and from LDIF, backing up and restoring backend contents, stopping and
restarting the Directory Server, and adding new files into the server schema.
-
Class Summary Class Description AddSchemaFileTask This class provides an implementation of a Directory Server task that can be used to add the contents of a new schema file into the server schema.BackupPurgeTask This class provides an implementation of a Directory Server task that may be used to purge backups of a Directory Server.BackupTask This class provides an implementation of a Directory Server task that may be used to back up a Directory Server backend in a binary form.DisconnectClientTask This class provides an implementation of a Directory Server task that can be used to terminate a client connection.EnterLockdownModeTask This class provides an implementation of a Directory Server task that can be used to place the server in lockdown mode.ExportTask This class provides an implementation of a Directory Server task that can be used to export the contents of a Directory Server backend to an LDIF file.ImportExportParams Parameters for import / export tasks.ImportTask This class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.InitializeTargetTask This class provides an implementation of a Directory Server task that can be used to initialize another server by exporting data over the replication protocol.InitializeTask This class provides an implementation of a Directory Server task that can be used to import data over the replication protocol from another server hosting the same replication domain.LeaveLockdownModeTask This class provides an implementation of a Directory Server task that can be used bring the server out of lockdown mode.PurgeConflictsHistoricalTask This class provides an implementation of a Directory Server task that can be used to purge the replication historical informations stored in the user entries to solve conflicts.RebuildTask This class provides an implementation of a Directory Server task that can be used to rebuild indexes in a backend.ResetChangeNumberTask This class provides an implementation of a Directory Server task that can be used to rebuild the change number index with a given change number and a change represented by its CSN.RestoreTask This class provides an implementation of a Directory Server task that can be used to restore a binary backup of a Directory Server backend.SetGenerationIdTask This class provides an implementation of a Directory Server task that can be used to import data over the replication protocol from another server hosting the same replication domain.ShutdownTask This class provides an implementation of a Directory Server task that can be used to stop the server.