opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java
@@ -36,10 +36,18 @@ { /** * Returns the suffix's baseDN. * Returns the baseDN that this suffix container is responsible for. * * @return the suffix's baseDN * @return the baseDN that this suffix container is responsible for */ DN getBaseDN(); /** * Returns the number of entries stored in this suffix container. * * @return the number of entries stored in this suffix container, or -1 if the * count not be determined */ long getEntryCount(); }