public class ConcurrentSecondLevelCacheStatisticsImpl extends CategorizedStatistics implements SecondLevelCacheStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getElementCountInMemory() |
long |
getElementCountOnDisk() |
Map |
getEntries() |
long |
getHitCount() |
long |
getMissCount() |
long |
getPutCount() |
long |
getSizeInMemory() |
String |
toString() |
getCategoryNamepublic long getHitCount()
getHitCount in interface SecondLevelCacheStatisticspublic long getMissCount()
getMissCount in interface SecondLevelCacheStatisticspublic long getPutCount()
getPutCount in interface SecondLevelCacheStatisticspublic long getElementCountInMemory()
getElementCountInMemory in interface SecondLevelCacheStatisticspublic long getElementCountOnDisk()
getElementCountOnDisk in interface SecondLevelCacheStatisticspublic long getSizeInMemory()
getSizeInMemory in interface SecondLevelCacheStatisticspublic Map getEntries()
getEntries in interface SecondLevelCacheStatisticsCopyright © 2017 JBoss by Red Hat. All rights reserved.