public class CacheStatisticsAnalyticEvent extends Object
Constructor and Description |
---|
CacheStatisticsAnalyticEvent(String name,
Map<com.atlassian.cache.CacheStatisticsKey,Long> stats) |
Modifier and Type | Method and Description |
---|---|
Long |
getCacheSize() |
Long |
getEvictionCount() |
Long |
getHitCount() |
Long |
getMissCount() |
String |
getName() |
Long |
getPutCount() |
Long |
getRemoveCount() |
Long |
getTotalMissTime() |
Long |
getUptime() |
public String getName()
public Long getCacheSize()
public Long getUptime()
public Long getEvictionCount()
public Long getHitCount()
public Long getMissCount()
public Long getPutCount()
public Long getRemoveCount()
public Long getTotalMissTime()
Copyright © 2002-2022 Atlassian. All Rights Reserved.