Uses of Class
org.opends.server.backends.task.Task.WorkCounters
-
Packages that use Task.WorkCounters Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.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.WorkCounters Modifier and Type Method Description void
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.WorkCounters Modifier and Type Method Description void
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.WorkCounters Modifier and Type Method Description protected 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.WorkCounters Modifier and Type Method Description Task.WorkCounters
InitializeTargetTask. getWorkCounters()
Returns the work counters.Task.WorkCounters
InitializeTask. getWorkCounters()
Returns the work counters for the initialization operation.
-