Searched defs:pendingMap (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DImportLDIFReader.java55 private final ConcurrentHashMap<DN, CountDownLatch> pendingMap = new ConcurrentHashMap<>(); field in class:ImportLDIFReader
329 final CountDownLatch l = pendingMap.get(parentDN);
344 return pendingMap.putIfAbsent(dn, new CountDownLatch(1)) == null;
355 CountDownLatch l = pendingMap.remove(dn);
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java57 private ConcurrentHashMap<DN, CountDownLatch> pendingMap = field in class:Suffix
180 if((l=pendingMap.get(parentDN)) != null)
194 pendingMap.putIfAbsent(dn, new CountDownLatch(1));
206 CountDownLatch l = pendingMap.remove(dn);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java58 private ConcurrentHashMap<DN, CountDownLatch> pendingMap = field in class:Suffix
181 if((l=pendingMap.get(parentDN)) != null)
195 pendingMap.putIfAbsent(dn, new CountDownLatch(1));
207 CountDownLatch l = pendingMap.remove(dn);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java58 private ConcurrentHashMap<DN, CountDownLatch> pendingMap = field in class:Suffix
181 if((l=pendingMap.get(parentDN)) != null)
195 pendingMap.putIfAbsent(dn, new CountDownLatch(1));
207 CountDownLatch l = pendingMap.remove(dn);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java57 private ConcurrentHashMap<DN, CountDownLatch> pendingMap = field in class:Suffix
180 if((l=pendingMap.get(parentDN)) != null)
194 pendingMap.putIfAbsent(dn, new CountDownLatch(1));
206 CountDownLatch l = pendingMap.remove(dn);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java58 private ConcurrentHashMap<DN, CountDownLatch> pendingMap = field in class:Suffix
181 if((l=pendingMap.get(parentDN)) != null)
195 pendingMap.putIfAbsent(dn, new CountDownLatch(1));
207 CountDownLatch l = pendingMap.remove(dn);

Completed in 34 milliseconds