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

/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DEntryCacheMonitorProvider.java59 private EntryCache<? extends EntryCacheCfg> entryCache; field in class:EntryCacheMonitorProvider
70 this.entryCache = (EntryCache<?>) DirectoryServer.getEntryCache();
77 * @param entryCache The entry cache to associate this monitor
82 EntryCache<? extends EntryCacheCfg> entryCache)
85 this.entryCache = entryCache;
133 if ((entryCache != null) &&
137 attrs = entryCache.getMonitorData();
80 EntryCacheMonitorProvider( String entryCacheName, EntryCache<? extends EntryCacheCfg> entryCache) argument
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DEntryCacheMonitorProvider.java58 private EntryCache<? extends EntryCacheCfg> entryCache; field in class:EntryCacheMonitorProvider
69 this.entryCache = (EntryCache<?>) DirectoryServer.getEntryCache();
76 * @param entryCache The entry cache to associate this monitor
81 EntryCache<? extends EntryCacheCfg> entryCache)
84 this.entryCache = entryCache;
132 if ((entryCache != null) &&
136 attrs = entryCache.getMonitorData();
79 EntryCacheMonitorProvider( String entryCacheName, EntryCache<? extends EntryCacheCfg> entryCache) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DEntryCacheMonitorProvider.java59 private EntryCache<? extends EntryCacheCfg> entryCache; field in class:EntryCacheMonitorProvider
70 this.entryCache = (EntryCache<?>) DirectoryServer.getEntryCache();
77 * @param entryCache The entry cache to associate this monitor
82 EntryCache<? extends EntryCacheCfg> entryCache)
85 this.entryCache = entryCache;
133 if ((entryCache != null) &&
137 attrs = entryCache.getMonitorData();
80 EntryCacheMonitorProvider( String entryCacheName, EntryCache<? extends EntryCacheCfg> entryCache) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DEntryCacheMonitorProvider.java59 private EntryCache<? extends EntryCacheCfg> entryCache; field in class:EntryCacheMonitorProvider
70 this.entryCache = (EntryCache<?>) DirectoryServer.getEntryCache();
77 * @param entryCache The entry cache to associate this monitor
82 EntryCache<? extends EntryCacheCfg> entryCache)
85 this.entryCache = entryCache;
133 if ((entryCache != null) &&
137 attrs = entryCache.getMonitorData();
80 EntryCacheMonitorProvider( String entryCacheName, EntryCache<? extends EntryCacheCfg> entryCache) argument
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DEntryCacheMonitorProvider.java58 private EntryCache<? extends EntryCacheCfg> entryCache; field in class:EntryCacheMonitorProvider
69 this.entryCache = (EntryCache<?>) DirectoryServer.getEntryCache();
76 * @param entryCache The entry cache to associate this monitor
81 EntryCache<? extends EntryCacheCfg> entryCache)
84 this.entryCache = entryCache;
132 if ((entryCache != null) &&
136 attrs = entryCache.getMonitorData();
79 EntryCacheMonitorProvider( String entryCacheName, EntryCache<? extends EntryCacheCfg> entryCache) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DEntryCacheMonitorProvider.java63 private EntryCache<? extends EntryCacheCfg> entryCache; field in class:EntryCacheMonitorProvider
74 this.entryCache = DirectoryServer.getEntryCache();
81 * @param entryCache The entry cache to associate this monitor
86 EntryCache<? extends EntryCacheCfg> entryCache)
89 this.entryCache = entryCache;
130 if (entryCache != null &&
134 return entryCache.getMonitorData();
84 EntryCacheMonitorProvider( String entryCacheName, EntryCache<? extends EntryCacheCfg> entryCache) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java490 private EntryCache entryCache; field in class:DirectoryServer
5650 return directoryServer.entryCache;
5659 * @param entryCache The entry cache for the Directory Server.
5661 public static void setEntryCache(EntryCache entryCache) argument
5665 directoryServer.entryCache = entryCache;
8532 entryCache = null;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java478 private EntryCache entryCache; field in class:DirectoryServer
5326 return directoryServer.entryCache;
5335 * @param entryCache The entry cache for the Directory Server.
5337 public static void setEntryCache(EntryCache entryCache) argument
5341 directoryServer.entryCache = entryCache;
8133 entryCache = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java491 private EntryCache entryCache; field in class:DirectoryServer
5650 return directoryServer.entryCache;
5659 * @param entryCache The entry cache for the Directory Server.
5661 public static void setEntryCache(EntryCache entryCache) argument
5665 directoryServer.entryCache = entryCache;
8532 entryCache = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java750 private EntryCache entryCache; field in class:DirectoryServer
5878 return directoryServer.entryCache;
5887 * @param entryCache The entry cache for the Directory Server.
5889 public static void setEntryCache(EntryCache entryCache) argument
5893 directoryServer.entryCache = entryCache;
8760 entryCache = null;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java478 private EntryCache entryCache; field in class:DirectoryServer
5326 return directoryServer.entryCache;
5335 * @param entryCache The entry cache for the Directory Server.
5337 public static void setEntryCache(EntryCache entryCache) argument
5341 directoryServer.entryCache = entryCache;
8133 entryCache = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java516 private EntryCache entryCache; field in class:DirectoryServer
4110 return directoryServer.entryCache;
4117 * @param entryCache The entry cache for the Directory Server.
4119 public static void setEntryCache(EntryCache entryCache) argument
4123 directoryServer.entryCache = entryCache;
6448 entryCache = null;

Completed in 141 milliseconds