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

Jean-Noel Rouvignac
08.07.2013 3c062316441f2adb96afb6a6a98c09d91c27bd97
opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java
@@ -42,12 +42,6 @@
 */
public interface ChangeNumberIndexDB
{
  /**
   * Generates the next change number.
   *
   * @return The newly generated change number
   */
  long nextChangeNumber();
  /**
   * Returns the last generated change number.
@@ -96,10 +90,11 @@
   *
   * @param record
   *          The {@link CNIndexRecord} to add to this DB.
   * @return the change number associated to this record on adding to this DB
   * @throws ChangelogException
   *           if a database problem occurs.
   */
  void addRecord(CNIndexRecord record) throws ChangelogException;
  long addRecord(CNIndexRecord record) throws ChangelogException;
  /**
   * Generate a new {@link ChangeNumberIndexDBCursor} that allows to browse the