Uses of Interface
org.opends.server.backends.pluggable.spi.Storage
-
Packages that use Storage 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 Storage in org.opends.server.backends.jeb
Classes in org.opends.server.backends.jeb that implement Storage Modifier and Type Class Description class
JEStorage
Berkeley DB Java Edition (JE for short) database implementation of theStorage
engine.Methods in org.opends.server.backends.jeb that return Storage Modifier and Type Method Description protected Storage
JEBackend. configureStorage(JeBackendCfg cfg, ServerContext serverContext)
-
Uses of Storage in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return Storage Modifier and Type Method Description protected abstract Storage
BackendImpl. configureStorage(C cfg, ServerContext serverContext)
Creates the storage engine which will be used by this pluggable backend.
-