Uses of Class
org.opends.server.tools.tasks.TaskEntry
Package
Description
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of TaskEntry in org.opends.server.tools.tasks
Modifier and TypeMethodDescriptionTaskClient.getTaskEntry
(String taskId) Gets the entry of the task associated to the provided identifier.TaskClient.schedule
(TaskScheduleInformation information) Schedule a task for execution by writing an entry to the task backend.TaskClient.waitUntilTaskIsDone
(String taskId, PrintStream stream) Wait until the task with the provided id is done.Modifier and TypeMethodDescriptionTaskClient.getTaskEntries()
Gets all the ds-task entries from the task root.static Comparator<TaskEntry>
TaskEntry.scheduledStartTimeComparator()
Returns a task entry comparator that compares the scheduled start time of two task entries.