Searched defs:readOperation (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.java74 * @param readOperation
80 <T> T read(ReadOperation<T> readOperation) throws Exception; argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DTracedStorage.java492 public <T> T read(final ReadOperation<T> readOperation) throws Exception argument
494 ReadOperation<T> op = readOperation;
502 return readOperation.run(new TracedReadableTransaction(txn));

Completed in 44 milliseconds