Uses of Class
org.opends.server.backends.task.Task
-
Packages that use Task Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.tools Contains various Directory Server tool implementations. -
-
Uses of Task in org.opends.server.api
Methods in org.opends.server.api that return Task Modifier and Type Method Description TaskDirectoryThread. getAssociatedTask()Retrieves the task with which this thread is associated.Methods in org.opends.server.api with parameters of type Task Modifier and Type Method Description protected voidDirectoryThread. setAssociatedTask(Task task)Sets the task with which this thread is associated. -
Uses of Task in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return Task Modifier and Type Method Description TaskTaskScheduler. entryToScheduledTask(Entry entry, Operation operation)Decodes the contents of the provided entry as a scheduled task.TaskTaskBackend. getScheduledTask(Dn taskEntryDN)Retrieves the scheduled task for the entry with the provided DN.TaskTaskScheduler. getScheduledTask(Dn taskEntryDN)Retrieves the scheduled task created from the specified entry.TaskRecurringTask. scheduleNextIteration(Instant dateAndTimeToSchedule)Schedules the next iteration of this recurring task for processing.Methods in org.opends.server.backends.task with parameters of type Task Modifier and Type Method Description intTask. compareTo(Task task)Compares this task with the provided task for the purposes of ordering in a sorted list.protected voidTaskScheduler. scheduleNextRecurringTaskIteration(Task completedTask, Instant dateAndTimeToSchedule)Check if a given task is a recurring task iteration and re-schedule it.voidTaskScheduler. scheduleTask(Task task)Schedules the provided task for execution.booleanTaskScheduler. threadDone(org.opends.server.backends.task.TaskThread taskThread, Task completedTask, TaskState taskState)Indicates that processing has completed on the provided task thread and that it is now available for processing other tasks. -
Uses of Task in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type Task Modifier and Type Method Description protected voidLDAPReplicationDomain. initializeRemote(ReplicaId target, ReplicaId requestorID, Task initTask, int initWindow)Process the initialization of some other server or servers in the topology specified by the target argument when this initialization specifying the server that requests the initialization. -
Uses of Task in org.opends.server.replication.service
Methods in org.opends.server.replication.service with parameters of type Task Modifier and Type Method Description voidReplicationDomain. initializeFromRemote(ReplicaId source, Task initTask)Initializes asynchronously this domain from a remote source server.voidReplicationDomain. initializeRemote(ReplicaId target, Task initTask)Initializes a remote server from this server.protected voidReplicationDomain. initializeRemote(ReplicaId replicaToInitialize, ReplicaId replicaRunningTheTask, Task initTask, int initWindow)Process the initialization of some other server or servers in the topology specified by the target argument when this initialization specifying the server that requests the initialization. -
Uses of Task in org.opends.server.tasks
Subclasses of Task in org.opends.server.tasks Modifier and Type Class Description classAddSchemaFileTaskThis 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.classBackupPurgeTaskThis class provides an implementation of a Directory Server task that may be used to purge backups of a Directory Server.classBackupTaskThis class provides an implementation of a Directory Server task that may be used to back up a Directory Server backend in a binary form.classDisconnectClientTaskThis class provides an implementation of a Directory Server task that can be used to terminate a client connection.classEnterLockdownModeTaskThis class provides an implementation of a Directory Server task that can be used to place the server in lockdown mode.classExportTaskThis 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.classImportTaskThis class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.classInitializeTargetTaskThis class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.classInitializeTaskThis 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.classLeaveLockdownModeTaskThis class provides an implementation of a Directory Server task that can be used bring the server out of lockdown mode.classPurgeConflictsHistoricalTaskThis 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.classRebuildTaskThis class provides an implementation of a Directory Server task that can be used to rebuild indexes in a backend.classResetChangeNumberTaskThis 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.classRestoreTaskThis class provides an implementation of a Directory Server task that can be used to restore a binary backup of a Directory Server backend.classSetGenerationIdTaskThis 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.classShutdownTaskThis class provides an implementation of a Directory Server task that can be used to stop the server. -
Uses of Task in org.opends.server.tools
Methods in org.opends.server.tools that return types with arguments of type Task Modifier and Type Method Description Class<? extends Task>ExportLdif. getTaskClass()Class<? extends Task>ImportLdif. getTaskClass()Class<? extends Task>RebuildIndex. getTaskClass()Class<? extends Task>TaskCommand. getTaskClass()Returns the task class.
-