Searched refs:EntryEncodeConfig (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DDataConfig.java28 import org.opends.server.types.EntryEncodeConfig;
46 private EntryEncodeConfig encodeConfig = new EntryEncodeConfig();
65 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding, false);
70 new EntryEncodeConfig(false, compactEncoding, compactEncoding,
119 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
124 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
131 * Get the EntryEncodeConfig object in use by this configuration.
132 * @return the EntryEncodeConfig object in use by this configuration.
134 public EntryEncodeConfig getEntryEncodeConfi
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DDataConfig.java29 import org.opends.server.types.EntryEncodeConfig;
47 private EntryEncodeConfig encodeConfig = new EntryEncodeConfig();
66 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding, false);
71 new EntryEncodeConfig(false, compactEncoding, compactEncoding,
120 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
125 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
132 * Get the EntryEncodeConfig object in use by this configuration.
133 * @return the EntryEncodeConfig object in use by this configuration.
135 public EntryEncodeConfig getEntryEncodeConfi
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DDataConfig.java29 import org.opends.server.types.EntryEncodeConfig;
47 private EntryEncodeConfig encodeConfig = new EntryEncodeConfig();
66 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding, false);
71 new EntryEncodeConfig(false, compactEncoding, compactEncoding,
120 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
125 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
132 * Get the EntryEncodeConfig object in use by this configuration.
133 * @return the EntryEncodeConfig object in use by this configuration.
135 public EntryEncodeConfig getEntryEncodeConfi
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DDataConfig.java28 import org.opends.server.types.EntryEncodeConfig;
46 private EntryEncodeConfig encodeConfig = new EntryEncodeConfig();
65 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding, false);
70 new EntryEncodeConfig(false, compactEncoding, compactEncoding,
119 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
124 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
131 * Get the EntryEncodeConfig object in use by this configuration.
132 * @return the EntryEncodeConfig object in use by this configuration.
134 public EntryEncodeConfig getEntryEncodeConfi
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDataConfig.java29 import org.opends.server.types.EntryEncodeConfig;
47 private EntryEncodeConfig encodeConfig = new EntryEncodeConfig();
66 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding, false);
71 new EntryEncodeConfig(false, compactEncoding, compactEncoding,
120 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
125 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding,
132 * Get the EntryEncodeConfig object in use by this configuration.
133 * @return the EntryEncodeConfig object in use by this configuration.
135 public EntryEncodeConfig getEntryEncodeConfi
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDataConfig.java31 import org.opends.server.types.EntryEncodeConfig;
43 private final EntryEncodeConfig encodeConfig;
61 this.encodeConfig = new EntryEncodeConfig(false, compactEncoding, false);
66 new EntryEncodeConfig(false, compactEncoding, compactEncoding, compressedSchema);
80 * Get the EntryEncodeConfig object in use by this configuration.
81 * @return the EntryEncodeConfig object in use by this configuration.
83 EntryEncodeConfig getEntryEncodeConfig()
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java49 public final class EntryEncodeConfig class
80 public static final EntryEncodeConfig
81 DEFAULT_CONFIG = new EntryEncodeConfig();
106 public EntryEncodeConfig() method in class:EntryEncodeConfig
130 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
174 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
291 public static EntryEncodeConfig
323 return new EntryEncodeConfig(excludeDN, compressAttrDescriptions,
355 buffer.append("EntryEncodeConfig(excludeDN=");
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java48 public final class EntryEncodeConfig class
79 public static final EntryEncodeConfig
80 DEFAULT_CONFIG = new EntryEncodeConfig();
105 public EntryEncodeConfig() method in class:EntryEncodeConfig
129 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
173 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
290 public static EntryEncodeConfig
322 return new EntryEncodeConfig(excludeDN, compressAttrDescriptions,
354 buffer.append("EntryEncodeConfig(excludeDN=");
H A DEntry.java3548 EntryEncodeConfig config)
3565 EntryEncodeConfig config)
3625 EntryEncodeConfig config)
3746 EntryEncodeConfig config;
3754 EntryEncodeConfig.decode(entryBuffer, configLength,
3759 config = EntryEncodeConfig.DEFAULT_CONFIG;
3835 EntryEncodeConfig config) throws DirectoryException
3927 EntryEncodeConfig config) throws DirectoryException
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java49 public final class EntryEncodeConfig class
80 public static final EntryEncodeConfig
81 DEFAULT_CONFIG = new EntryEncodeConfig();
106 public EntryEncodeConfig() method in class:EntryEncodeConfig
130 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
174 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
291 public static EntryEncodeConfig
323 return new EntryEncodeConfig(excludeDN, compressAttrDescriptions,
355 buffer.append("EntryEncodeConfig(excludeDN=");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java49 public final class EntryEncodeConfig class
80 public static final EntryEncodeConfig
81 DEFAULT_CONFIG = new EntryEncodeConfig();
106 public EntryEncodeConfig() method in class:EntryEncodeConfig
130 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
174 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
291 public static EntryEncodeConfig
323 return new EntryEncodeConfig(excludeDN, compressAttrDescriptions,
355 buffer.append("EntryEncodeConfig(excludeDN=");
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java48 public final class EntryEncodeConfig class
79 public static final EntryEncodeConfig
80 DEFAULT_CONFIG = new EntryEncodeConfig();
105 public EntryEncodeConfig() method in class:EntryEncodeConfig
129 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
173 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
290 public static EntryEncodeConfig
322 return new EntryEncodeConfig(excludeDN, compressAttrDescriptions,
354 buffer.append("EntryEncodeConfig(excludeDN=");
H A DEntry.java3548 EntryEncodeConfig config)
3565 EntryEncodeConfig config)
3625 EntryEncodeConfig config)
3746 EntryEncodeConfig config;
3754 EntryEncodeConfig.decode(entryBuffer, configLength,
3759 config = EntryEncodeConfig.DEFAULT_CONFIG;
3835 EntryEncodeConfig config) throws DirectoryException
3927 EntryEncodeConfig config) throws DirectoryException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntryEncodeConfig.java47 public final class EntryEncodeConfig class
78 public static final EntryEncodeConfig
79 DEFAULT_CONFIG = new EntryEncodeConfig();
104 public EntryEncodeConfig() method in class:EntryEncodeConfig
128 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
172 public EntryEncodeConfig(boolean excludeDN, method in class:EntryEncodeConfig
289 public static EntryEncodeConfig
306 return new EntryEncodeConfig(excludeDN, compressAttrDescriptions,
341 buffer.append("EntryEncodeConfig(excludeDN=");
H A DEntry.java3293 EntryEncodeConfig config)
3310 EntryEncodeConfig config)
3370 EntryEncodeConfig config)
3491 EntryEncodeConfig config;
3499 EntryEncodeConfig.decode(entryBuffer, configLength,
3504 config = EntryEncodeConfig.DEFAULT_CONFIG;
3577 EntryEncodeConfig config) throws DirectoryException
3669 EntryEncodeConfig config) throws DirectoryException
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DTestDnKeyFormat.java218 EntryEncodeConfig config)
275 EntryEncodeConfig config)
455 new Object[] { new EntryEncodeConfig() },
456 new Object[] { new EntryEncodeConfig(false, false, false) },
457 new Object[] { new EntryEncodeConfig(true, false, false) },
458 new Object[] { new EntryEncodeConfig(false, true, false) },
459 new Object[] { new EntryEncodeConfig(false, false, true) },
460 new Object[] { new EntryEncodeConfig(true, true, false) },
461 new Object[] { new EntryEncodeConfig(true, false, true) },
462 new Object[] { new EntryEncodeConfig(fals
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestJebFormat.java289 EntryEncodeConfig config)
346 EntryEncodeConfig config)
523 new Object[] { new EntryEncodeConfig() },
524 new Object[] { new EntryEncodeConfig(false, false, false) },
525 new Object[] { new EntryEncodeConfig(true, false, false) },
526 new Object[] { new EntryEncodeConfig(false, true, false) },
527 new Object[] { new EntryEncodeConfig(false, false, true) },
528 new Object[] { new EntryEncodeConfig(true, true, false) },
529 new Object[] { new EntryEncodeConfig(true, false, true) },
530 new Object[] { new EntryEncodeConfig(fals
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestJebFormat.java288 EntryEncodeConfig config)
345 EntryEncodeConfig config)
522 new Object[] { new EntryEncodeConfig() },
523 new Object[] { new EntryEncodeConfig(false, false, false) },
524 new Object[] { new EntryEncodeConfig(true, false, false) },
525 new Object[] { new EntryEncodeConfig(false, true, false) },
526 new Object[] { new EntryEncodeConfig(false, false, true) },
527 new Object[] { new EntryEncodeConfig(true, true, false) },
528 new Object[] { new EntryEncodeConfig(true, false, true) },
529 new Object[] { new EntryEncodeConfig(fals
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestJebFormat.java289 EntryEncodeConfig config)
346 EntryEncodeConfig config)
523 new Object[] { new EntryEncodeConfig() },
524 new Object[] { new EntryEncodeConfig(false, false, false) },
525 new Object[] { new EntryEncodeConfig(true, false, false) },
526 new Object[] { new EntryEncodeConfig(false, true, false) },
527 new Object[] { new EntryEncodeConfig(false, false, true) },
528 new Object[] { new EntryEncodeConfig(true, true, false) },
529 new Object[] { new EntryEncodeConfig(true, false, true) },
530 new Object[] { new EntryEncodeConfig(fals
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestJebFormat.java288 EntryEncodeConfig config)
345 EntryEncodeConfig config)
522 new Object[] { new EntryEncodeConfig() },
523 new Object[] { new EntryEncodeConfig(false, false, false) },
524 new Object[] { new EntryEncodeConfig(true, false, false) },
525 new Object[] { new EntryEncodeConfig(false, true, false) },
526 new Object[] { new EntryEncodeConfig(false, false, true) },
527 new Object[] { new EntryEncodeConfig(true, true, false) },
528 new Object[] { new EntryEncodeConfig(true, false, true) },
529 new Object[] { new EntryEncodeConfig(fals
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestJebFormat.java289 EntryEncodeConfig config)
346 EntryEncodeConfig config)
523 new Object[] { new EntryEncodeConfig() },
524 new Object[] { new EntryEncodeConfig(false, false, false) },
525 new Object[] { new EntryEncodeConfig(true, false, false) },
526 new Object[] { new EntryEncodeConfig(false, true, false) },
527 new Object[] { new EntryEncodeConfig(false, false, true) },
528 new Object[] { new EntryEncodeConfig(true, true, false) },
529 new Object[] { new EntryEncodeConfig(true, false, true) },
530 new Object[] { new EntryEncodeConfig(fals
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java180 private EntryEncodeConfig encodeConfig =
181 new EntryEncodeConfig(true, true, true);
1261 encodeConfig = new EntryEncodeConfig(true,
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java179 private EntryEncodeConfig encodeConfig =
180 new EntryEncodeConfig(true, true, true);
1260 encodeConfig = new EntryEncodeConfig(true,
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java180 private EntryEncodeConfig encodeConfig =
181 new EntryEncodeConfig(true, true, true);
1261 encodeConfig = new EntryEncodeConfig(true,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFileSystemEntryCache.java180 private EntryEncodeConfig encodeConfig =
181 new EntryEncodeConfig(true, true, true);
1261 encodeConfig = new EntryEncodeConfig(true,

Completed in 89 milliseconds

12