|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.admin.CacheStatisticsChangeTracker
public final class CacheStatisticsChangeTracker
Helper to check the changes in cache statistics. This is helpful because hits and misses aren't reset when the cache is flushed. (that may or may not be a bug).
Constructor Summary | |
---|---|
CacheStatisticsChangeTracker(CacheStatistics initialStats)
|
Method Summary | |
---|---|
void |
assertChanges(CacheStatistics newStats,
int expectedMoreHits,
int expectedMoreMisses)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheStatisticsChangeTracker(CacheStatistics initialStats)
Method Detail |
---|
public void assertChanges(CacheStatistics newStats, int expectedMoreHits, int expectedMoreMisses)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |