Uses of Interface
org.opends.server.backends.pluggable.spi.ReadOperation
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.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of ReadOperation in org.opends.server.backends.jeb
-
Uses of ReadOperation in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescription<T> T
Storage.read
(ReadOperation<T> readOperation) Executes a read operation.