public class ConcurrentSecondLevelCacheStatisticsImpl extends CategorizedStatistics implements SecondLevelCacheStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getElementCountInMemory() |
long |
getElementCountOnDisk() |
java.util.Map |
getEntries() |
long |
getHitCount() |
long |
getMissCount() |
long |
getPutCount() |
long |
getSizeInMemory() |
java.lang.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 java.util.Map getEntries()
getEntries in interface SecondLevelCacheStatisticspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.