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.
|
Class and 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.
|
WriteOperation
Function performing a write operation.
|
Class and Description |
---|
Storage
This interface abstracts the underlying storage engine, isolating the pluggable backend generic code from a
particular storage engine implementation.
|
Class and 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.
|
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.
|
WriteOperation
Function performing a write operation.
|
Copyright 2010-2022 ForgeRock AS.