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

Jean-Noel Rouvignac
02.01.2013 891159050af4aa3fe47c67e3ba7d3f21299027a4
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDB.java
@@ -57,6 +57,19 @@
  void setPurgeDelay(long delayInMillis);
  /**
   * Sets whether the replication database must compute change numbers for
   * replicated changes. Change numbers are computed using a separate new
   * thread.
   *
   * @param computeChangeNumber
   *          whether to compute change numbers for replicated changes
   * @throws ChangelogException
   *           If a database problem happened
   */
  void setComputeChangeNumber(boolean computeChangeNumber)
      throws ChangelogException;
  /**
   * Shutdown the replication database.
   *
   * @throws ChangelogException