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() |
getCategoryName
public long getHitCount()
getHitCount
in interface SecondLevelCacheStatistics
public long getMissCount()
getMissCount
in interface SecondLevelCacheStatistics
public long getPutCount()
getPutCount
in interface SecondLevelCacheStatistics
public long getElementCountInMemory()
getElementCountInMemory
in interface SecondLevelCacheStatistics
public long getElementCountOnDisk()
getElementCountOnDisk
in interface SecondLevelCacheStatistics
public long getSizeInMemory()
getSizeInMemory
in interface SecondLevelCacheStatistics
public Map getEntries()
getEntries
in interface SecondLevelCacheStatistics
Copyright © 2017 JBoss by Red Hat. All rights reserved.