com.atlassian.confluence.it.admin
Class CacheStatistics

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

public class CacheStatistics
extends java.lang.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(java.lang.Integer hitCount, java.lang.Integer missCount)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static CacheStatistics fromHashTable(java.util.Hashtable hashtable, java.util.Set<CacheStatistics.Capability> capabilities)
           
 java.lang.Integer getHitCount()
           
 java.lang.Integer getMissCount()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheStatistics

public CacheStatistics(java.lang.Integer hitCount,
                       java.lang.Integer missCount)
Method Detail

fromHashTable

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

getHitCount

public java.lang.Integer getHitCount()

getMissCount

public java.lang.Integer getMissCount()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.