Uses of Enum Class
org.opends.server.backends.pluggable.spi.WriteableTransaction.WriteTransactionOption
Packages that use WriteableTransaction.WriteTransactionOption
Package
Description
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of WriteableTransaction.WriteTransactionOption in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb with parameters of type WriteableTransaction.WriteTransactionOptionModifier and TypeMethodDescriptionvoid
JEStorage.write
(WriteOperation operation, WriteableTransaction.WriteTransactionOption option) -
Uses of WriteableTransaction.WriteTransactionOption in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi that return WriteableTransaction.WriteTransactionOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WriteableTransaction.WriteTransactionOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opends.server.backends.pluggable.spi with parameters of type WriteableTransaction.WriteTransactionOptionModifier and TypeMethodDescriptionvoid
Storage.write
(WriteOperation writeOperation, WriteableTransaction.WriteTransactionOption option) Executes a write operation.