Uses of Interface
org.opends.server.backends.pluggable.spi.ReadOperation
-
Packages that use ReadOperation 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.spi Interfaces and classes required when implementing new storage engines for the pluggable backend. -
-
Uses of ReadOperation in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb with parameters of type ReadOperation Modifier and Type Method Description <T> T
JEStorage. read(ReadOperation<T> operation)
-
Uses of ReadOperation in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi with parameters of type ReadOperation Modifier and Type Method Description <T> T
Storage. read(ReadOperation<T> readOperation)
Executes a read operation.
-