Uses of Class
org.opends.server.backends.pluggable.spi.WriteableTransaction.WriteTransactionOption
-
Packages that use WriteableTransaction.WriteTransactionOption Package Description org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable.spi 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.WriteTransactionOption Modifier and Type Method Description void
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.WriteTransactionOption Modifier and Type Method Description static WriteableTransaction.WriteTransactionOption
WriteableTransaction.WriteTransactionOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static WriteableTransaction.WriteTransactionOption[]
WriteableTransaction.WriteTransactionOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.backends.pluggable.spi with parameters of type WriteableTransaction.WriteTransactionOption Modifier and Type Method Description void
Storage. write(WriteOperation writeOperation, WriteableTransaction.WriteTransactionOption option)
Executes a write operation.
-