From 8395e95048f9670f0889eb1b0518d1595f01dd07 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 07 Jun 2007 20:07:26 +0000
Subject: [PATCH] Provide a new mechanism for encoding entries. This method adds an extra element that includes flags that indicate how the entry was encoded. The flags currently defined include:
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index e97af04..09ad9cf 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -2674,6 +2674,15 @@
/**
+ * The base name (with no path information) of the file that will be used to
+ * hold schema tokens used for compressed schema elements.
+ */
+ public static final String COMPRESSED_SCHEMA_FILE_NAME =
+ "schematokens.dat";
+
+
+
+ /**
* The base name (with no path information) of the directory that will hold
* the archived versions of previous configurations.
*/
--
Gitblit v1.10.0