public interface CacheMonitorState
Individual cache information and state to provide to Jetspeed Cache Monitor
Modifier and Type | Method and Description |
---|---|
float |
getAverageGetTime() |
long |
getCacheHits() |
long |
getCacheMisses() |
String |
getCacheName() |
long |
getDiskStoreSize() |
long |
getEvictionCount() |
long |
getInMemoryHits() |
long |
getInMemorySize() |
long |
getMaxElementsInMemory() |
long |
getMaxElementsOnDisk() |
long |
getMemoryStoreSize() |
long |
getObjectCount() |
long |
getOnDiskHits() |
long |
getSize() |
long |
getTimeToIdle() |
long |
getTimeToLive() |
String getCacheName()
long getMemoryStoreSize()
long getInMemorySize()
long getSize()
long getDiskStoreSize()
float getAverageGetTime()
long getCacheHits()
long getCacheMisses()
long getEvictionCount()
long getInMemoryHits()
long getObjectCount()
long getOnDiskHits()
long getMaxElementsInMemory()
long getMaxElementsOnDisk()
long getTimeToIdle()
long getTimeToLive()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.