Package org.opends.server.backends
Contains various Directory Server backend implementations. The code for simple backends (e.g., backends defining the
root DSE, schema, and monitor information) may reside directly in this package. The code for more complex backends
comprised of multiple classes are more appropriate for sub-packages.
-
Class Summary Class Description ChangelogBackend A backend that provides access to the changelog, i.e.ConfigurationBackend Back-end responsible for management of configuration entries.LDIFBackend This class provides a backend implementation that stores the underlying data in an LDIF file.MemoryBackend This class defines a very simple backend that stores its information in memory.MonitorBackend This class defines a backend to hold Directory Server monitor entries.NullBackend This class implements /dev/null like backend for development and testing.ProxyBackend Implements the proxy backend, i.e.RebuildConfig Configuration for the indexType rebuild process.RootDSEBackend This class defines a backend to hold the Directory Server root DSE.SchemaBackend This class defines a backend to hold the Directory Server schema information.VerifyConfig This class represents the configuration of a JE backend verification process. -
Enum Summary Enum Description RebuildConfig.RebuildMode Identifies how indexes will be selected for rebuild.