Searched defs:id2subtree (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java65 private Index id2subtree; field in class:TestVerifyJob
88 { "id2subtree"},
294 * Runs clean verify against the id2subtree index after adding
308 id2subtree.writeKey(txn, key, idSet);
317 id2subtree.writeKey(txn, key, idSet);
323 id2subtree.writeKey(txn, key, idSet1);
327 id2subtree.writeKey(txn, key, idSet);
328 performBECleanVerify("id2subtree", 7);
571 * Runs complete verify against the id2subtree index
572 * after adding various errors in the id2subtree fil
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java64 private Index id2subtree; field in class:TestVerifyJob
87 { "id2subtree"},
293 * Runs clean verify against the id2subtree index after adding
307 id2subtree.writeKey(txn, key, idSet);
316 id2subtree.writeKey(txn, key, idSet);
322 id2subtree.writeKey(txn, key, idSet1);
326 id2subtree.writeKey(txn, key, idSet);
327 performBECleanVerify("id2subtree", 7);
570 * Runs complete verify against the id2subtree index
571 * after adding various errors in the id2subtree fil
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java65 private Index id2subtree; field in class:TestVerifyJob
88 { "id2subtree"},
294 * Runs clean verify against the id2subtree index after adding
308 id2subtree.writeKey(txn, key, idSet);
317 id2subtree.writeKey(txn, key, idSet);
323 id2subtree.writeKey(txn, key, idSet1);
327 id2subtree.writeKey(txn, key, idSet);
328 performBECleanVerify("id2subtree", 7);
571 * Runs complete verify against the id2subtree index
572 * after adding various errors in the id2subtree fil
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java64 private Index id2subtree; field in class:TestVerifyJob
87 { "id2subtree"},
293 * Runs clean verify against the id2subtree index after adding
307 id2subtree.writeKey(txn, key, idSet);
316 id2subtree.writeKey(txn, key, idSet);
322 id2subtree.writeKey(txn, key, idSet1);
326 id2subtree.writeKey(txn, key, idSet);
327 performBECleanVerify("id2subtree", 7);
570 * Runs complete verify against the id2subtree index
571 * after adding various errors in the id2subtree fil
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java65 private Index id2subtree; field in class:TestVerifyJob
88 { "id2subtree"},
294 * Runs clean verify against the id2subtree index after adding
308 id2subtree.writeKey(txn, key, idSet);
317 id2subtree.writeKey(txn, key, idSet);
323 id2subtree.writeKey(txn, key, idSet1);
327 id2subtree.writeKey(txn, key, idSet);
328 performBECleanVerify("id2subtree", 7);
571 * Runs complete verify against the id2subtree index
572 * after adding various errors in the id2subtree fil
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java94 public static final String ID2SUBTREE_DATABASE_NAME = "id2subtree";
164 private Index id2subtree; field in class:EntryContainer
552 id2subtree = new NullIndex(databasePrefix + "_"
556 state.putIndexTrustState(null, id2subtree, false);
558 id2subtree.open(); // No-op
623 id2subtree.close();
709 return id2subtree;
832 entryIDSet = id2subtree.readKey(key, null, LockMode.DEFAULT);
999 // Evaluate the search scope against the id2children and id2subtree
1022 scopeList = id2subtree
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java104 public static final String ID2SUBTREE_DATABASE_NAME = "id2subtree";
174 private Index id2subtree; field in class:EntryContainer
554 id2subtree = new NullIndex(databasePrefix + "_"
558 state.putIndexTrustState(null, id2subtree, false);
560 id2subtree.open(); // No-op
625 id2subtree.close();
711 return id2subtree;
834 entryIDSet = id2subtree.readKey(key, null, LockMode.DEFAULT);
1001 // Evaluate the search scope against the id2children and id2subtree
1024 scopeList = id2subtree
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java104 public static final String ID2SUBTREE_DATABASE_NAME = "id2subtree";
174 private Index id2subtree; field in class:EntryContainer
554 id2subtree = new NullIndex(databasePrefix + "_"
558 state.putIndexTrustState(null, id2subtree, false);
560 id2subtree.open(); // No-op
625 id2subtree.close();
711 return id2subtree;
834 entryIDSet = id2subtree.readKey(key, null, LockMode.DEFAULT);
1001 // Evaluate the search scope against the id2children and id2subtree
1024 scopeList = id2subtree
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java94 public static final String ID2SUBTREE_DATABASE_NAME = "id2subtree";
164 private Index id2subtree; field in class:EntryContainer
552 id2subtree = new NullIndex(databasePrefix + "_"
556 state.putIndexTrustState(null, id2subtree, false);
558 id2subtree.open(); // No-op
623 id2subtree.close();
709 return id2subtree;
832 entryIDSet = id2subtree.readKey(key, null, LockMode.DEFAULT);
999 // Evaluate the search scope against the id2children and id2subtree
1022 scopeList = id2subtree
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java104 public static final String ID2SUBTREE_DATABASE_NAME = "id2subtree";
174 private Index id2subtree; field in class:EntryContainer
554 id2subtree = new NullIndex(databasePrefix + "_"
558 state.putIndexTrustState(null, id2subtree, false);
560 id2subtree.open(); // No-op
625 id2subtree.close();
711 return id2subtree;
834 entryIDSet = id2subtree.readKey(key, null, LockMode.DEFAULT);
1001 // Evaluate the search scope against the id2children and id2subtree
1024 scopeList = id2subtree
[all...]

Completed in 54 milliseconds