Uses of Class
org.opends.server.backends.pluggable.BackendImpl
-
Packages that use BackendImpl Package Description org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends. -
-
Uses of BackendImpl in org.opends.server.backends.jeb
Subclasses of BackendImpl in org.opends.server.backends.jeb Modifier and Type Class Description class
JEBackend
Class defined in the configuration for this backend type. -
Uses of BackendImpl in org.opends.server.backends.pluggable
Constructors in org.opends.server.backends.pluggable with parameters of type BackendImpl Constructor Description PluggableBackendMonitor(BackendImpl<?> backend, ServerContext serverContext)
Creates a new pluggable backend monitor instance associated to the provided backend.
-