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() |
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 java.util.Map getEntries()
getEntries
in interface SecondLevelCacheStatistics
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.