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