Uses of Interface
org.opends.server.backends.pluggable.spi.ReadableTransaction
-
Packages that use ReadableTransaction Package Description org.opends.server.backends.pluggable.spi 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.spi Modifier and Type Interface Description interface
WriteableTransaction
Represents a writeable transaction on a storage engine.Methods in org.opends.server.backends.pluggable.spi with parameters of type ReadableTransaction Modifier and Type Method Description T
ReadOperation. run(ReadableTransaction txn)
Executes a read operation, and returns the read value.
-