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

Jean-Noel Rouvignac
18.17.2013 0a9135e3444bbefde6188f456b9c9772a816096d
opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java
@@ -26,6 +26,8 @@
 */
package org.opends.server.replication.server.changelog.api;
import org.opends.server.types.DN;
/**
 * This class stores an index of all the changes seen by this server in the form
 * of {@link CNIndexRecord}s. The records are sorted by a global ordering as
@@ -131,7 +133,7 @@
   * @throws ChangelogException
   *           if a database problem occurs.
   */
  void clear(String baseDNToClear) throws ChangelogException;
  void clear(DN baseDNToClear) throws ChangelogException;
  /**
   * Shutdown this DB.