Uses of Class
org.opends.server.backends.RebuildConfig
-
Packages that use RebuildConfig 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. -
-
Uses of RebuildConfig in org.opends.server.api
Methods in org.opends.server.api with parameters of type RebuildConfig Modifier and Type Method Description void
LocalBackend. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback)
Rebuild indexes in the backend instance. -
Uses of RebuildConfig in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type RebuildConfig Modifier and Type Method Description void
BackendImpl. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback)
-