mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
01.24.2014 e441171410dd38341b90da74fc90163d0647ff73
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();
}