Class CacheStatistics
- java.lang.Object
-
- com.atlassian.confluence.it.admin.CacheStatistics
-
public class CacheStatistics extends Object
Represents the statistics for a specific cache. Note that theCacheStatisticsPage, which contains methods to interact with the CacheStatistics screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheStatistics.Capability
-
Constructor Summary
Constructors Constructor Description CacheStatistics(Integer hitCount, Integer missCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static CacheStatisticsfromHashTable(Hashtable hashtable, Set<CacheStatistics.Capability> capabilities)IntegergetHitCount()IntegergetMissCount()inthashCode()StringtoString()
-
-
-
Method Detail
-
fromHashTable
public static CacheStatistics fromHashTable(Hashtable hashtable, Set<CacheStatistics.Capability> capabilities)
-
getHitCount
public Integer getHitCount()
-
getMissCount
public Integer getMissCount()
-
-