com.atlassian.confluence.it.admin
Class CacheStatistics

java.lang.Object
  extended by com.atlassian.confluence.it.admin.CacheStatistics

public class CacheStatistics
extends Object

Represents the statistics for a specific cache. Note that the CacheStatisticsPage, which contains methods to interact with the CacheStatistics screen


Nested Class Summary
static class CacheStatistics.Capability
           
 
Constructor Summary
CacheStatistics(Integer hitCount, Integer missCount)
           
 
Method Summary
 boolean equals(Object obj)
           
static CacheStatistics fromHashTable(Hashtable hashtable, Set<CacheStatistics.Capability> capabilities)
           
 Integer getHitCount()
           
 Integer getMissCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheStatistics

public CacheStatistics(Integer hitCount,
                       Integer missCount)
Method Detail

fromHashTable

public static CacheStatistics fromHashTable(Hashtable hashtable,
                                            Set<CacheStatistics.Capability> capabilities)

getHitCount

public Integer getHitCount()

getMissCount

public Integer getMissCount()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.