Searched defs:childDNs (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DMemoryBackend.java116 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend
189 childDNs = new HashMap<DN,HashSet<DN>>();
219 childDNs.clear();
305 Set<DN> children = childDNs.get(entryDN);
393 HashSet<DN> children = childDNs.get(parentDN);
397 childDNs.put(parentDN, children);
421 HashSet<DN> children = childDNs.get(entryDN);
461 childDNs.remove(entryDN);
467 HashSet<DN> parentsChildren = childDNs.get(parentDN);
473 childDNs
[all...]
H A DLDIFBackend.java76 private final Map<DN, Set<DN>> childDNs; field in class:LDIFBackend
109 childDNs = new HashMap<DN, Set<DN>>();
179 childDNs.clear();
408 Set<DN> childDNSet = childDNs.get(entryDN);
444 Set<DN> childDNSet = childDNs.get(entryDN);
548 Set<DN> childDNSet = childDNs.get(parentDN);
552 childDNs.put(parentDN, childDNSet);
631 Set<DN> childDNSet = childDNs.get(entryDN);
635 childDNs.remove(entryDN);
639 Set<DN> parentChildren = childDNs
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DMemoryBackend.java121 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend
203 childDNs = new HashMap<DN,HashSet<DN>>();
238 childDNs.clear();
350 Set<DN> children = childDNs.get(entryDN);
448 HashSet<DN> children = childDNs.get(parentDN);
452 childDNs.put(parentDN, children);
487 HashSet<DN> children = childDNs.get(entryDN);
527 childDNs.remove(entryDN);
533 HashSet<DN> parentsChildren = childDNs.get(parentDN);
539 childDNs
[all...]
H A DLDIFBackend.java111 private final HashMap<DN,HashSet<DN>> childDNs; field in class:LDIFBackend
146 childDNs = new HashMap<DN,HashSet<DN>>();
220 childDNs.clear();
472 HashSet<DN> childDNSet = childDNs.get(entryDN);
512 HashSet<DN> childDNSet = childDNs.get(entryDN);
628 HashSet<DN> childDNSet = childDNs.get(parentDN);
632 childDNs.put(parentDN, childDNSet);
715 HashSet<DN> childDNSet = childDNs.get(entryDN);
719 childDNs.remove(entryDN);
723 HashSet<DN> parentChildren = childDNs
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DMemoryBackend.java121 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend
203 childDNs = new HashMap<DN,HashSet<DN>>();
238 childDNs.clear();
350 Set<DN> children = childDNs.get(entryDN);
448 HashSet<DN> children = childDNs.get(parentDN);
452 childDNs.put(parentDN, children);
487 HashSet<DN> children = childDNs.get(entryDN);
527 childDNs.remove(entryDN);
533 HashSet<DN> parentsChildren = childDNs.get(parentDN);
539 childDNs
[all...]
H A DLDIFBackend.java111 private final HashMap<DN,HashSet<DN>> childDNs; field in class:LDIFBackend
146 childDNs = new HashMap<DN,HashSet<DN>>();
220 childDNs.clear();
472 HashSet<DN> childDNSet = childDNs.get(entryDN);
512 HashSet<DN> childDNSet = childDNs.get(entryDN);
628 HashSet<DN> childDNSet = childDNs.get(parentDN);
632 childDNs.put(parentDN, childDNSet);
715 HashSet<DN> childDNSet = childDNs.get(entryDN);
719 childDNs.remove(entryDN);
723 HashSet<DN> parentChildren = childDNs
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DMemoryBackend.java116 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend
189 childDNs = new HashMap<DN,HashSet<DN>>();
219 childDNs.clear();
305 Set<DN> children = childDNs.get(entryDN);
393 HashSet<DN> children = childDNs.get(parentDN);
397 childDNs.put(parentDN, children);
421 HashSet<DN> children = childDNs.get(entryDN);
461 childDNs.remove(entryDN);
467 HashSet<DN> parentsChildren = childDNs.get(parentDN);
473 childDNs
[all...]
H A DLDIFBackend.java76 private final Map<DN, Set<DN>> childDNs; field in class:LDIFBackend
109 childDNs = new HashMap<DN, Set<DN>>();
179 childDNs.clear();
408 Set<DN> childDNSet = childDNs.get(entryDN);
444 Set<DN> childDNSet = childDNs.get(entryDN);
548 Set<DN> childDNSet = childDNs.get(parentDN);
552 childDNs.put(parentDN, childDNSet);
631 Set<DN> childDNSet = childDNs.get(entryDN);
635 childDNs.remove(entryDN);
639 Set<DN> parentChildren = childDNs
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DMemoryBackend.java121 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend
203 childDNs = new HashMap<DN,HashSet<DN>>();
238 childDNs.clear();
350 Set<DN> children = childDNs.get(entryDN);
448 HashSet<DN> children = childDNs.get(parentDN);
452 childDNs.put(parentDN, children);
487 HashSet<DN> children = childDNs.get(entryDN);
527 childDNs.remove(entryDN);
533 HashSet<DN> parentsChildren = childDNs.get(parentDN);
539 childDNs
[all...]
H A DLDIFBackend.java111 private final HashMap<DN,HashSet<DN>> childDNs; field in class:LDIFBackend
146 childDNs = new HashMap<DN,HashSet<DN>>();
220 childDNs.clear();
472 HashSet<DN> childDNSet = childDNs.get(entryDN);
512 HashSet<DN> childDNSet = childDNs.get(entryDN);
628 HashSet<DN> childDNSet = childDNs.get(parentDN);
632 childDNs.put(parentDN, childDNSet);
715 HashSet<DN> childDNSet = childDNs.get(entryDN);
719 childDNs.remove(entryDN);
723 HashSet<DN> parentChildren = childDNs
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DMemoryBackend.java113 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend
183 childDNs = new HashMap<>();
210 childDNs.clear();
289 final Set<DN> children = childDNs.get(entryDN);
371 HashSet<DN> children = childDNs.get(parentDN);
375 childDNs.put(parentDN, children);
399 HashSet<DN> children = childDNs.get(entryDN);
434 childDNs.remove(entryDN);
440 HashSet<DN> parentsChildren = childDNs.get(parentDN);
446 childDNs
[all...]
H A DLDIFBackend.java76 private final Map<DN, Set<DN>> childDNs = new HashMap<>(); field in class:LDIFBackend
164 childDNs.clear();
396 Set<DN> childDNSet = childDNs.get(entryDN);
440 final int baseDNIfExists = childDNs.containsKey(baseDN) ? 1 : 0;
450 Set<DN> childDNSet = childDNs.get(entryDN);
545 Set<DN> childDNSet = childDNs.get(parentDN);
549 childDNs.put(parentDN, childDNSet);
624 Set<DN> childDNSet = childDNs.get(entryDN);
628 childDNs.remove(entryDN);
632 Set<DN> parentChildren = childDNs
[all...]

Completed in 91 milliseconds