Uses of Class
org.opends.server.backends.task.Task
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
Contains implementations for various Directory Server tasks.
Contains various Directory Server tool implementations.
-
Uses of Task in org.opends.server.api
Modifier and TypeMethodDescriptionDirectoryThread.getAssociatedTask()
Retrieves the task with which this thread is associated.Modifier and TypeMethodDescriptionprotected void
DirectoryThread.setAssociatedTask
(Task task) Sets the task with which this thread is associated. -
Uses of Task in org.opends.server.backends.task
Modifier and TypeMethodDescriptionTaskScheduler.entryToScheduledTask
(Entry entry, Operation operation) Decodes the contents of the provided entry as a scheduled task.TaskBackend.getScheduledTask
(Dn taskEntryDN) Retrieves the scheduled task for the entry with the provided DN.TaskScheduler.getScheduledTask
(Dn taskEntryDN) Retrieves the scheduled task created from the specified entry.RecurringTask.scheduleNextIteration
(Instant dateAndTimeToSchedule) Schedules the next iteration of this recurring task for processing.Modifier and TypeMethodDescriptionfinal int
Compares this task with the provided task for the purposes of ordering in a sorted list.protected void
TaskScheduler.scheduleNextRecurringTaskIteration
(Task completedTask, Instant dateAndTimeToSchedule) Check if a given task is a recurring task iteration and re-schedule it.void
TaskScheduler.scheduleTask
(Task task) Schedules the provided task for execution.boolean
TaskScheduler.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
Modifier and TypeMethodDescriptionprotected void
LDAPReplicationDomain.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
Modifier and TypeMethodDescriptionvoid
ReplicationDomain.initializeFromRemote
(ReplicaId source, Task initTask) Initializes asynchronously this domain from a remote source server.void
ReplicationDomain.initializeRemote
(ReplicaId target, Task initTask) Initializes a remote server from this server.protected void
ReplicationDomain.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
Modifier and TypeClassDescriptionfinal class
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.final class
This class provides an implementation of a Directory Server task that may be used to purge backups of a Directory Server.final class
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.final class
This class provides an implementation of a Directory Server task that can be used to terminate a client connection.final class
This class provides an implementation of a Directory Server task that can be used to place the server in lockdown mode.final class
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.final class
This class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.final class
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.final class
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.final class
This class provides an implementation of a Directory Server task that can be used bring the server out of lockdown mode.final class
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.final class
This class provides an implementation of a Directory Server task that can be used to rebuild indexes in a backend.final class
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.final class
This class provides an implementation of a Directory Server task that can be used to restore a binary backup of a Directory Server backend.final class
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.final class
This 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
Modifier and TypeMethodDescriptionExportLdif.getTaskClass()
ImportLdif.getTaskClass()
RebuildIndex.getTaskClass()
TaskCommand.getTaskClass()
Returns the task class.