Uses of Package
org.opends.server.backends.pluggable.spi
Packages that use org.opends.server.backends.pluggable.spi
Package
Description
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.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Classes in org.opends.server.backends.pluggable.spi used by org.opends.server.backends.jebClassDescriptionDefines access modes of a Storage.Allows to run an import.Function performing a read operation.This interface abstracts the underlying storage engine, isolating the pluggable backend generic code from a particular storage engine implementation.Runtime exception for problems happening in the storage engine.Represents the current status of a storage with respect to its resources.Represents the name of a tree (key-value store) in a database.Options applicable to a
WriteableTransaction
.Function performing a write operation. -
Classes in org.opends.server.backends.pluggable.spi used by org.opends.server.backends.pluggableClassDescriptionThis interface abstracts the underlying storage engine, isolating the pluggable backend generic code from a particular storage engine implementation.
-
Classes in org.opends.server.backends.pluggable.spi used by org.opends.server.backends.pluggable.spiClassDescriptionDefines access modes of a Storage.Sequential cursor extended with navigation methods.Allows to run an import.Represents a readable transaction on a storage engine.Options applicable to
ReadableTransaction.openCursor(TreeName, ReadOption...)
.Function performing a read operation.Cursor extended with navigation methods.Runtime exception for problems happening in the storage engine.Represents the current status of a storage with respect to its resources.Represents the name of a tree (key-value store) in a database.Function that computes the new value of a record for a Read-Modify-Write operation inside a transaction.Represents a writeable transaction on a storage engine.Options applicable to aWriteableTransaction
.Function performing a write operation.