Uses of Enum Class
org.opends.server.backends.pluggable.spi.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
Modifier and TypeMethodDescriptionvoid
JEStorage.write
(WriteOperation operation, WriteableTransaction.WriteTransactionOption option) -
Uses of WriteableTransaction.WriteTransactionOption in org.opends.server.backends.pluggable.spi
Modifier 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.Modifier and TypeMethodDescriptionvoid
Storage.write
(WriteOperation writeOperation, WriteableTransaction.WriteTransactionOption option) Executes a write operation.