Package com.atlassian.jira.cache.monitor
Class CacheStatisticsAnalyticEvent
java.lang.Object
com.atlassian.jira.cache.monitor.CacheStatisticsAnalyticEvent
Analytics event representing usage statistics of ManagedCache.
NOTE: this implementation does not provide access to Heap Size
parameter as it is considered expensive and inaccurate.
- Since:
- v6.5
-
Constructor Summary
ConstructorsConstructorDescriptionCacheStatisticsAnalyticEvent
(String name, Map<com.atlassian.cache.CacheStatisticsKey, Long> stats) -
Method Summary
-
Constructor Details
-
CacheStatisticsAnalyticEvent
-
-
Method Details
-
getName
-
getCacheSize
-
getUptime
-
getEvictionCount
-
getHitCount
-
getMissCount
-
getPutCount
-
getRemoveCount
-
getTotalMissTime
-