Searched defs:containsEntry (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DAbstractDataProvider.java61 public boolean containsEntry(final DN dn) throws LdapException { method in class:AbstractDataProvider
H A DDataProviderConnection.java61 boolean containsEntry(DN dn) throws LdapException; method in interface:DataProviderConnection
H A DDataProvider.java89 boolean containsEntry(DN dn) throws LdapException; method in interface:DataProvider
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java123 public boolean containsEntry(DN entryDN) method in class:DefaultEntryCache
130 if (entryCache.containsEntry(entryDN)) {
272 if (entryCache.containsEntry(entryDN)) {
H A DFIFOEntryCache.java226 public boolean containsEntry(DN entryDN) method in class:FIFOEntryCache
H A DSoftReferenceEntryCache.java198 public boolean containsEntry(DN entryDN) method in class:SoftReferenceEntryCache
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java122 public boolean containsEntry(DN entryDN) method in class:DefaultEntryCache
129 if (entryCache.containsEntry(entryDN)) {
271 if (entryCache.containsEntry(entryDN)) {
H A DFIFOEntryCache.java225 public boolean containsEntry(DN entryDN) method in class:FIFOEntryCache
H A DSoftReferenceEntryCache.java197 public boolean containsEntry(DN entryDN) method in class:SoftReferenceEntryCache
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java123 public boolean containsEntry(DN entryDN) method in class:DefaultEntryCache
130 if (entryCache.containsEntry(entryDN)) {
272 if (entryCache.containsEntry(entryDN)) {
H A DFIFOEntryCache.java226 public boolean containsEntry(DN entryDN) method in class:FIFOEntryCache
H A DSoftReferenceEntryCache.java198 public boolean containsEntry(DN entryDN) method in class:SoftReferenceEntryCache
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java123 public boolean containsEntry(DN entryDN) method in class:DefaultEntryCache
130 if (entryCache.containsEntry(entryDN)) {
272 if (entryCache.containsEntry(entryDN)) {
H A DFIFOEntryCache.java226 public boolean containsEntry(DN entryDN) method in class:FIFOEntryCache
H A DSoftReferenceEntryCache.java198 public boolean containsEntry(DN entryDN) method in class:SoftReferenceEntryCache
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java122 public boolean containsEntry(DN entryDN) method in class:DefaultEntryCache
129 if (entryCache.containsEntry(entryDN)) {
271 if (entryCache.containsEntry(entryDN)) {
H A DFIFOEntryCache.java225 public boolean containsEntry(DN entryDN) method in class:FIFOEntryCache
H A DSoftReferenceEntryCache.java197 public boolean containsEntry(DN entryDN) method in class:SoftReferenceEntryCache
/forgerock/opendj2/src/server/org/opends/server/api/
H A DEntryCache.java201 public abstract boolean containsEntry(DN entryDN); method in class:EntryCache
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DEntryCache.java202 public abstract boolean containsEntry(DN entryDN); method in class:EntryCache
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DEntryCache.java202 public abstract boolean containsEntry(DN entryDN); method in class:EntryCache
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DEntryCache.java201 public abstract boolean containsEntry(DN entryDN); method in class:EntryCache
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DEntryCache.java202 public abstract boolean containsEntry(DN entryDN); method in class:EntryCache
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DEntryCache.java184 public abstract boolean containsEntry(DN entryDN); method in class:EntryCache
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DDefaultEntryCache.java105 public boolean containsEntry(DN entryDN) method in class:DefaultEntryCache
112 if (entryCache.containsEntry(entryDN)) {
227 if (entryCache.containsEntry(entryDN)) {

Completed in 122 milliseconds

12