From 5cede67db8c1fea1e4009b99c8aedf1b61c8453d 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:
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 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 e97af04..09ad9cf 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
@@ -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