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/RootContainer.java
@@ -52,4 +52,13 @@
   * @return a Map of baseDN to suffix containers
   */
  Map<DN, T> getSuffixContainers();
  /**
   * Returns the number of entries managed by all the suffix containers under
   * this root container.
   *
   * @return the number of entries managed by this root container, or -1 if the
   *         count not not be determined
   */
  long getEntryCount();
}