Searched refs:cacheStats (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java81 private IdCacheStats cacheStats; field in class:IdRemoteCachedServicesImpl
95 cacheStats = new IdCacheStats(IdConstants.IDREPO_CACHESTAT);
96 stats.addStatsListener(cacheStats);
357 cacheStats.incrementGetRequestCount(getSize());
435 cacheStats.updateGetHitCount(getSize());
458 cacheStats.incrementGetRequestCount(getSize());
477 cacheStats.updateGetHitCount(getSize());
591 cacheStats.incrementSearchRequestCount(getSize());
619 cacheStats.updateSearchHitCount(getSize());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java83 private IdCacheStats cacheStats; field in class:IdCachedServicesImpl
111 cacheStats = new IdCacheStats(IdConstants.IDREPO_CACHESTAT);
112 stats.addStatsListener(cacheStats);
344 cacheStats.incrementGetRequestCount(getSize());
420 cacheStats.updateGetHitCount(getSize());
440 cacheStats.incrementGetRequestCount(getSize());
458 cacheStats.updateGetHitCount(getSize());
561 cacheStats.incrementSearchRequestCount(getSize());
594 cacheStats.updateSearchHitCount(getSize());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java81 private IdCacheStats cacheStats; field in class:IdRemoteCachedServicesImpl
95 cacheStats = new IdCacheStats(IdConstants.IDREPO_CACHESTAT);
96 stats.addStatsListener(cacheStats);
357 cacheStats.incrementGetRequestCount(getSize());
435 cacheStats.updateGetHitCount(getSize());
458 cacheStats.incrementGetRequestCount(getSize());
477 cacheStats.updateGetHitCount(getSize());
591 cacheStats.incrementSearchRequestCount(getSize());
619 cacheStats.updateSearchHitCount(getSize());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java85 private IdCacheStats cacheStats; field in class:IdCachedServicesImpl
113 cacheStats = new IdCacheStats(IdConstants.IDREPO_CACHESTAT);
114 stats.addStatsListener(cacheStats);
344 cacheStats.incrementGetRequestCount(getSize());
420 cacheStats.updateGetHitCount(getSize());
440 cacheStats.incrementGetRequestCount(getSize());
458 cacheStats.updateGetHitCount(getSize());
561 cacheStats.incrementSearchRequestCount(getSize());
594 cacheStats.updateSearchHitCount(getSize());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java69 private CacheStats cacheStats; field in class:CachedDirectoryServicesImpl
102 cacheStats = CacheStats.createInstance(getClass().getName(), debug);
669 cacheStats.incrementRequestCount(getSize());
686 cacheStats.updateHitCount(getSize());
795 cacheStats.incrementRequestCount(getSize());
902 cacheStats.updateHitCount(getSize());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java74 private CacheStats cacheStats; field in class:CachedRemoteServicesImpl
107 cacheStats = CacheStats.createInstance(getClass().getName(),
673 cacheStats.incrementRequestCount(getSize());
690 cacheStats.updateHitCount(getSize());
802 cacheStats.incrementRequestCount(getSize());
913 cacheStats.updateHitCount(getSize());
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java69 private CacheStats cacheStats; field in class:CachedDirectoryServicesImpl
102 cacheStats = CacheStats.createInstance(getClass().getName(), debug);
669 cacheStats.incrementRequestCount(getSize());
686 cacheStats.updateHitCount(getSize());
795 cacheStats.incrementRequestCount(getSize());
902 cacheStats.updateHitCount(getSize());
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java74 private CacheStats cacheStats; field in class:CachedRemoteServicesImpl
107 cacheStats = CacheStats.createInstance(getClass().getName(),
673 cacheStats.incrementRequestCount(getSize());
690 cacheStats.updateHitCount(getSize());
802 cacheStats.incrementRequestCount(getSize());
913 cacheStats.updateHitCount(getSize());

Completed in 54 milliseconds