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

dugan
30.31.2008 abd513b18b6271c54c01c42d44453f9c5f241599
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java
@@ -85,15 +85,37 @@
                       int entryLimit, boolean maintainCount);
  /**
   * Merge the specified import ID set with the current import ID set using the
   * specified entry limit an maintain count values.
   *
   * @param bufImportIDSet The import ID set to merge.
   * @param entryLimit The entry limit to use.
   * @param maintainCount <CODE>True</CODE> if maintain count is being kept.
   */
  public void
  merge(ImportIDSet bufImportIDSet, int entryLimit, boolean maintainCount);
  /**
   * Set the import ID set to the undefined state.
   */
  public void setUndefined();
  /**
   * Return the undefined size.
   *
   * @return The undefined count.
   */
  public long getUndefinedSize();
  /**
   * Reset set.
   */
  public void reset();
  /**
   * Set the first entry ID to the specified entry ID.
   *
   * @param entryID The entry ID to use.
   */
  public void setEntryID(EntryID entryID);
}