Package org.opends.server.backends


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
    Description
    A backend that provides access to the changelog, i.e.
    Back-end responsible for management of configuration entries.
    This class provides a backend implementation that stores the underlying data in an LDIF file.
    This class defines a very simple backend that stores its information in memory.
    This class defines a backend to hold Directory Server monitor entries.
    This class implements /dev/null like backend for development and testing.
    Implements the proxy backend, i.e.
    Configuration for the indexType rebuild process.
    Identifies how indexes will be selected for rebuild.
    This class defines a backend to hold the Directory Server root DSE.
    This class defines a backend to hold the Directory Server schema information.
    This class represents the configuration of a JE backend verification process.