Uses of Interface
org.opends.server.backends.pluggable.spi.ReadableTransaction
Package
Description
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of ReadableTransaction in org.opends.server.backends.pluggable.spi
Modifier and TypeInterfaceDescriptioninterface
Represents a writeable transaction on a storage engine.Modifier and TypeMethodDescriptionReadOperation.run
(ReadableTransaction txn) Executes a read operation, and returns the read value.