Uses of Class
org.opends.server.backends.task.Task.WorkCounters
Packages that use 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
Method parameters in org.opends.server.api with type arguments of type Task.WorkCountersModifier 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
Method parameters in org.opends.server.backends.pluggable with type arguments of type Task.WorkCountersModifier and TypeMethodDescriptionvoid
BackendImpl.rebuildBackend
(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback) -
Uses of Task.WorkCounters in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type Task.WorkCountersModifier and TypeMethodDescriptionprotected final void
Task.setEntriesLeftAndDone
(Task.WorkCounters workCounters) Updates progress status. -
Uses of Task.WorkCounters in org.opends.server.tasks
Methods in org.opends.server.tasks that return Task.WorkCountersModifier and TypeMethodDescriptionInitializeTargetTask.getWorkCounters()
Returns the work counters.InitializeTask.getWorkCounters()
Returns the work counters for the initialization operation.