Uses of Class
org.opends.server.backends.task.Task.WorkCounters
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains the code for implementing Directory Server pluggable storage backends.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains implementations for various Directory Server tasks.
-
Uses of Task.WorkCounters in org.opends.server.api
Modifier and TypeMethodDescriptionvoid
LocalBackend.rebuildBackend
(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback) Rebuild indexes in the backend instance. -
Uses of Task.WorkCounters in org.opends.server.backends.pluggable
Modifier and TypeMethodDescriptionvoid
BackendImpl.rebuildBackend
(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback) -
Uses of Task.WorkCounters in org.opends.server.backends.task
Modifier and TypeMethodDescriptionprotected final void
Task.setEntriesLeftAndDone
(Task.WorkCounters workCounters) Updates progress status. -
Uses of Task.WorkCounters in org.opends.server.tasks
Modifier and TypeMethodDescriptionInitializeTargetTask.getWorkCounters()
Returns the work counters.InitializeTask.getWorkCounters()
Returns the work counters for the initialization operation.