Uses of Interface
org.opends.server.backends.pluggable.spi.ReadableTransaction
Packages that use 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
Subinterfaces of ReadableTransaction in org.opends.server.backends.pluggable.spiModifier and TypeInterfaceDescriptioninterface
Represents a writeable transaction on a storage engine.Methods in org.opends.server.backends.pluggable.spi with parameters of type ReadableTransactionModifier and TypeMethodDescriptionReadOperation.run
(ReadableTransaction txn) Executes a read operation, and returns the read value.