public interface EvictionMetrics
Modifier and Type | Method and Description |
---|---|
long |
getEvictedCount()
Number of entries evicted
|
int |
getEvictionRunningCount()
Number of eviction currently going on
|
long |
getExpiredRemovedCount()
Removed entries, because expired
|
String |
getExtraStatistics()
Fragment that the eviction wants to add to the
Cache.toString() output. |
long |
getHitCount()
Number of recorded hits.
|
long |
getMaxSize()
Size limit after eviction kicks in
|
long |
getNewEntryCount() |
long |
getRemovedCount() |
long |
getSize()
Number of entries in the eviction data structure
|
long |
getVirginRemovedCount()
Removal of an entry that was never used
|
long getNewEntryCount()
InternalCacheInfo.getNewEntryCount()
long getHitCount()
long getRemovedCount()
InternalCacheInfo.getRemoveCount()
long getExpiredRemovedCount()
InternalCacheInfo.getExpiredCount()
long getVirginRemovedCount()
long getEvictedCount()
InternalCacheInfo.getEvictedCount()
int getEvictionRunningCount()
long getSize()
long getMaxSize()
String getExtraStatistics()
Cache.toString()
output.cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.