Class CacheStatisticsAnalyticEvent

java.lang.Object
com.atlassian.jira.cache.monitor.CacheStatisticsAnalyticEvent

public class CacheStatisticsAnalyticEvent extends Object
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 Details

    • CacheStatisticsAnalyticEvent

      public CacheStatisticsAnalyticEvent(String name, Map<com.atlassian.cache.CacheStatisticsKey,Long> stats)
  • Method Details

    • getName

      public String getName()
    • getCacheSize

      public Long getCacheSize()
    • getUptime

      public Long getUptime()
    • getEvictionCount

      public Long getEvictionCount()
    • getHitCount

      public Long getHitCount()
    • getMissCount

      public Long getMissCount()
    • getPutCount

      public Long getPutCount()
    • getRemoveCount

      public Long getRemoveCount()
    • getTotalMissTime

      public Long getTotalMissTime()