Uses of Class
org.opends.server.api.Backend
Packages that use Backend
Package
Description
This package contains the main class of the leader based replication.
Contains a number of API declarations for use throughout the Directory Server.
Contains various Directory Server backend implementations.
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
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 various classes that comprise the core of the Directory Server codebase.
-
Uses of Backend in org.forgerock.opendj.server.leaderbasedreplication
Subclasses of Backend in org.forgerock.opendj.server.leaderbasedreplicationModifier and TypeClassDescriptionfinal classThe backend responsible for processing LDAP requests in LAR changelog.final classThis class defines a backend to hold the topology information. -
Uses of Backend in org.opends.server.api
Subclasses of Backend in org.opends.server.apiModifier and TypeClassDescriptionclassLocalBackend<C extends Configuration>This class defines the set of methods and structures that must be implemented for a Directory Server backend. -
Uses of Backend in org.opends.server.backends
Subclasses of Backend in org.opends.server.backendsModifier and TypeClassDescriptionfinal classA backend that provides access to the changelog, i.e.final classBack-end responsible for management of configuration entries.final classThis class provides a backend implementation that stores the underlying data in an LDIF file.final classThis class defines a very simple backend that stores its information in memory.final classThis class defines a backend to hold Directory Server monitor entries.final classThis class implements /dev/null like backend for development and testing.final classImplements the proxy backend, i.e.final classThis class defines a backend to hold the Directory Server root DSE.final classThis class defines a backend to hold the Directory Server schema information. -
Uses of Backend in org.opends.server.backends.jeb
Subclasses of Backend in org.opends.server.backends.jebModifier and TypeClassDescriptionfinal classClass defined in the configuration for this backend type. -
Uses of Backend in org.opends.server.backends.pluggable
Subclasses of Backend in org.opends.server.backends.pluggableModifier and TypeClassDescriptionclassBackendImpl<C extends PluggableBackendCfg>This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage. -
Uses of Backend in org.opends.server.backends.task
Subclasses of Backend in org.opends.server.backends.taskModifier and TypeClassDescriptionfinal classThis class provides an implementation of a Directory Server backend that may be used to execute various kinds of administrative tasks on a one-time or recurring basis. -
Uses of Backend in org.opends.server.core
Methods in org.opends.server.core that return BackendModifier and TypeMethodDescriptionBackend<?> BackendConfigManager.MatchingBackend.backend()Returns the value of thebackendrecord component.Backend<?> BackendConfigManager.getBackendWithBaseDn(Dn baseDn) Retrieves the backend with the specified base DN.Methods in org.opends.server.core that return types with arguments of type BackendModifier and TypeMethodDescriptionBackendConfigManager.getAllBackends()Returns the set of all backends.Methods in org.opends.server.core with parameters of type BackendModifier and TypeMethodDescriptionvoidBackendConfigManager.deregisterBackend(Backend<? extends BackendCfg> backend) Deregisters a backend.voidBackendConfigManager.deregisterBaseDNs(Backend<? extends BackendCfg> backend) Deregisters all the base DNs for the provided backend.voidBackendConfigManager.registerBackend(Backend<? extends BackendCfg> backend) Registers a backend.BackendConfigManager.registerBaseDNs(Backend<? extends BackendCfg> backend, Set<Dn> newBaseDns) Registers the provided base DNs for the provided backend.Constructors in org.opends.server.core with parameters of type BackendModifierConstructorDescriptionMatchingBackend(Dn namingContext, Backend<?> backend) Creates an instance of aMatchingBackendrecord class.