Uses of Package
org.opends.server.backends.pluggable.spi
Packages that use org.opends.server.backends.pluggable.spi
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
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.api
-
Classes in org.opends.server.backends.pluggable.spi used by org.opends.server.backends.jebClassDescriptionDefines access modes for opening pluggable backends / storages.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.Storage operation configuration.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 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.Runtime exception for problems happening in the storage engine.
-
Classes in org.opends.server.backends.pluggable.spi used by org.opends.server.backends.pluggable.spiClassDescriptionDefines access modes for opening pluggable backends / storages.Sequential cursor extended with navigation methods.Allows to run an import.Interface for processing database records encountered during
Importer.walk(org.opends.server.backends.pluggable.spi.TreeName, java.util.concurrent.Executor, int, org.opends.server.backends.pluggable.spi.Importer.RecordProcessor)
.Thrown when the lookthrough limit has been exceeded for a read transaction.Represents a readable transaction on a storage engine.Function performing a read operation.Cursor extended with navigation methods.Storage operation configuration.Options applicable to transactions and operations.Runtime exception for problems happening in the storage engine.Represents the current status of a storage with respect to its resources.Enumeration of the possible states.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.Function performing a write operation.