From 5054dfc95ac49265c1fd3b4040485d59e234d0a8 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Sat, 26 Sep 2009 18:33:49 +0000
Subject: [PATCH] Rebuild index using new import engine.
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index 4975cca..dded712 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -4332,10 +4332,15 @@
/**
* The name of the attribute in an rebuild task definition that specifies the
- * maximum number of threads.
+ * temporary scratch file.
*/
- public static final String ATTR_REBUILD_MAX_THREADS =
- NAME_PREFIX_TASK + "rebuild-max-threads";
+ public static final String ATTR_REBUILD_TMP_DIRECTORY =
+ NAME_PREFIX_TASK + "rebuild-tmp-directory";
+
+ /**
+ * Used to specify that the rebuild all boolean should be set.
+ */
+ public static final String REBUILD_ALL = "rebuildall";
/**
* The name of the objectclass that will be used for a Directory Server
--
Gitblit v1.10.0