Uses of Interface
org.opends.server.backends.pluggable.spi.WriteOperation
-
Packages that use WriteOperation 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 WriteOperation in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb with parameters of type WriteOperation Modifier and Type Method Description void
JEStorage. write(WriteOperation operation)
void
JEStorage. write(WriteOperation operation, WriteableTransaction.WriteTransactionOption option)
-
Uses of WriteOperation in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi with parameters of type WriteOperation Modifier and Type Method Description void
Storage. write(WriteOperation writeOperation)
Executes a write operation.void
Storage. write(WriteOperation writeOperation, WriteableTransaction.WriteTransactionOption option)
Executes a write operation.
-