Searched defs:id2children (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java89 public static final String ID2CHILDREN_DATABASE_NAME = "id2children";
159 private Index id2children; field in class:EntryContainer
544 id2children = new NullIndex(databasePrefix + "_"
548 state.putIndexTrustState(null, id2children, false);
550 id2children.open(); // No-op
622 id2children.close();
698 return id2children;
828 entryIDSet = id2children.readKey(key, null, LockMode.DEFAULT);
999 // Evaluate the search scope against the id2children and id2subtree
1018 scopeList = id2children
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java99 public static final String ID2CHILDREN_DATABASE_NAME = "id2children";
169 private Index id2children; field in class:EntryContainer
546 id2children = new NullIndex(databasePrefix + "_"
550 state.putIndexTrustState(null, id2children, false);
552 id2children.open(); // No-op
624 id2children.close();
700 return id2children;
830 entryIDSet = id2children.readKey(key, null, LockMode.DEFAULT);
1001 // Evaluate the search scope against the id2children and id2subtree
1020 scopeList = id2children
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java99 public static final String ID2CHILDREN_DATABASE_NAME = "id2children";
169 private Index id2children; field in class:EntryContainer
546 id2children = new NullIndex(databasePrefix + "_"
550 state.putIndexTrustState(null, id2children, false);
552 id2children.open(); // No-op
624 id2children.close();
700 return id2children;
830 entryIDSet = id2children.readKey(key, null, LockMode.DEFAULT);
1001 // Evaluate the search scope against the id2children and id2subtree
1020 scopeList = id2children
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java89 public static final String ID2CHILDREN_DATABASE_NAME = "id2children";
159 private Index id2children; field in class:EntryContainer
544 id2children = new NullIndex(databasePrefix + "_"
548 state.putIndexTrustState(null, id2children, false);
550 id2children.open(); // No-op
622 id2children.close();
698 return id2children;
828 entryIDSet = id2children.readKey(key, null, LockMode.DEFAULT);
999 // Evaluate the search scope against the id2children and id2subtree
1018 scopeList = id2children
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java99 public static final String ID2CHILDREN_DATABASE_NAME = "id2children";
169 private Index id2children; field in class:EntryContainer
546 id2children = new NullIndex(databasePrefix + "_"
550 state.putIndexTrustState(null, id2children, false);
552 id2children.open(); // No-op
624 id2children.close();
700 return id2children;
830 entryIDSet = id2children.readKey(key, null, LockMode.DEFAULT);
1001 // Evaluate the search scope against the id2children and id2subtree
1020 scopeList = id2children
[all...]

Completed in 155 milliseconds