Searched refs:dnCache (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java223 * @param dnCache The importer DN cache.
235 boolean isParentProcessed(DN dn, DNCache dnCache, boolean clearedBackend) argument
252 boolean parentThere = dnCache.contains(dn);
H A DImporter.java4672 private Database dnCache; field in class:Importer.TmpEnv
4701 dnCache = environment.openDatabase(null, DB_NAME, dbConfig);
4728 dnCache.close();
4770 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
4862 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java224 * @param dnCache The importer DN cache.
236 boolean isParentProcessed(DN dn, DNCache dnCache, boolean clearedBackend) argument
253 boolean parentThere = dnCache.contains(dn);
H A DImporter.java4634 private Database dnCache; field in class:Importer.TmpEnv
4664 dnCache = environment.openDatabase(null, DB_NAME, dbConfig);
4691 dnCache.close();
4733 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
4825 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java224 * @param dnCache The importer DN cache.
236 boolean isParentProcessed(DN dn, DNCache dnCache, boolean clearedBackend) argument
253 boolean parentThere = dnCache.contains(dn);
H A DImporter.java4634 private Database dnCache; field in class:Importer.TmpEnv
4664 dnCache = environment.openDatabase(null, DB_NAME, dbConfig);
4691 dnCache.close();
4733 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
4825 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java223 * @param dnCache The importer DN cache.
235 boolean isParentProcessed(DN dn, DNCache dnCache, boolean clearedBackend) argument
252 boolean parentThere = dnCache.contains(dn);
H A DImporter.java4672 private Database dnCache; field in class:Importer.TmpEnv
4701 dnCache = environment.openDatabase(null, DB_NAME, dbConfig);
4728 dnCache.close();
4770 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
4862 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java224 * @param dnCache The importer DN cache.
236 boolean isParentProcessed(DN dn, DNCache dnCache, boolean clearedBackend) argument
253 boolean parentThere = dnCache.contains(dn);
H A DImporter.java4634 private Database dnCache; field in class:Importer.TmpEnv
4664 dnCache = environment.openDatabase(null, DB_NAME, dbConfig);
4691 dnCache.close();
4733 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
4825 cursor = dnCache.openCursor(null, CursorConfig.DEFAULT);
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java174 private Cache dnCache; field in class:DJLDAPv3Repo
175 // provides a switch to enable/disable the dnCache
209 dnCache = new Cache(CollectionHelper.getIntMapAttr(configParams, LDAP_DNCACHE_SIZE, 1500, DEBUG));
1246 dnCache.remove(generateDNCacheKey(name, type));
2153 Object previousDn = dnCache.remove(previousId);
2306 cachedDn = dnCache.get(generateDNCacheKey(name, type));
2362 dnCache.put(generateDNCacheKey(name, type), dn);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java180 private Cache dnCache; field in class:DJLDAPv3Repo
181 // provides a switch to enable/disable the dnCache
216 dnCache = new Cache(CollectionHelper.getIntMapAttr(configParams, LDAP_DNCACHE_SIZE, 1500, DEBUG));
1257 dnCache.remove(generateDNCacheKey(name, type));
2178 Object previousDn = dnCache.remove(previousId);
2335 cachedDn = dnCache.get(generateDNCacheKey(name, type));
2391 dnCache.put(generateDNCacheKey(name, type), dn);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java1081 private final LRUPresenceCache<DN> dnCache = new LRUPresenceCache<>(DN_CACHE_SIZE); field in class:OnDiskMergeImporter.SortAndImportWithDNValidation
1131 if (parentDN != null && !dnCache.contains(parentDN) && dn2Id.get(this, parentDN) == null)
1140 dnCache.add(entryDN);

Completed in 112 milliseconds