From 0c04328d7c86a6b2d4badb96c79a22aba2fa7eca Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Fri, 16 May 2008 14:18:26 +0000
Subject: [PATCH] Fixes to  improve performance using default JVM ergonomics:

---
 opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java b/opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java
index fe8c7df..186fca0 100644
--- a/opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java
+++ b/opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java
@@ -118,4 +118,19 @@
    * @param entryID The entry ID to use.
    */
   public void setEntryID(EntryID entryID);
+
+  /**
+   * Return if a undefined entry ID set has been written to the index DB.
+   *
+   * @return Return <CODE>True</CODE>if the undefined entry ID set has been
+   * written to the index DB.
+   */
+  public boolean isDirty();
+
+  /**
+   * Set the dirty flag to the specifed value.
+   *
+   * @param dirty The value to set the flag to.
+   */
+  public void setDirty(boolean dirty);
 }

--
Gitblit v1.10.0