Uses of Interface
org.opends.server.backends.pluggable.spi.WriteableTransaction
-
Packages that use WriteableTransaction Package Description org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend. -
-
Uses of WriteableTransaction in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi with parameters of type WriteableTransaction Modifier and Type Method Description void
WriteOperation. run(WriteableTransaction txn)
Executes a write operation.
-