Uses of Class
org.opends.server.core.BackendConfigManager
-
Packages that use BackendConfigManager Package Description org.forgerock.opendj.server.core Classes implementing a Grizzly basedConnectionHandler
using reactive api.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.tools.dsbackup Classes related to dsbackup tool. -
-
Uses of BackendConfigManager in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core with parameters of type BackendConfigManager Modifier and Type Method Description static RequestHandler
Router. newRouter(CoreConfigManager coreConfigManager, BackendConfigManager backendConfigManager)
Creates a new router. -
Uses of BackendConfigManager in org.opends.server.core
Methods in org.opends.server.core that return BackendConfigManager Modifier and Type Method Description BackendConfigManager
DirectoryServer. getBackendConfigManager()
BackendConfigManager
ServerContext. getBackendConfigManager()
Returns the manager of backends. -
Uses of BackendConfigManager in org.opends.server.tools.dsbackup
Methods in org.opends.server.tools.dsbackup with parameters of type BackendConfigManager Modifier and Type Method Description RestoreRunner
RestoreRunner. runOnline(BackendConfigManager backendConfigManager)
Indicates that restore will happen online and that backends being restored should be disabled and enabled with the provided backend config manager.
-