Searched defs:writeOperation (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DStorage.java86 * @param writeOperation
91 void write(WriteOperation writeOperation) throws Exception; argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DTracedStorage.java533 public void write(final WriteOperation writeOperation) throws Exception argument
535 WriteOperation op = writeOperation;
543 writeOperation.run(new TracedWriteableTransaction(txn));

Completed in 43 milliseconds