opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/ReadableStorage.java
@@ -66,4 +66,13 @@ * @return a new cursor */ Cursor openCursor(TreeName treeName); /** * Returns the number of key/value pairs in the provided tree. * * @param treeName * the tree name * @return the number of key/value pairs in the provided tree. */ long getRecordCount(TreeName treeName); }