railo.runtime.cache.eh.remote.rest.sax
Class CacheStatistics
java.lang.Object
railo.runtime.cache.eh.remote.rest.sax.CacheStatistics
public class CacheStatistics
- extends Object
CacheStatistics
public CacheStatistics()
getAverageGetTime
public double getAverageGetTime()
- Returns:
- the averageGetTime
setAverageGetTime
public void setAverageGetTime(double averageGetTime)
- Parameters:
averageGetTime
- the averageGetTime to set
getCacheHits
public int getCacheHits()
- Returns:
- the cacheHits
setCacheHits
public void setCacheHits(int cacheHits)
- Parameters:
cacheHits
- the cacheHits to set
getDiskStoreSize
public int getDiskStoreSize()
- Returns:
- the diskStoreSize
setDiskStoreSize
public void setDiskStoreSize(int diskStoreSize)
- Parameters:
diskStoreSize
- the diskStoreSize to set
getEvictionCount
public int getEvictionCount()
- Returns:
- the evictionCount
setEvictionCount
public void setEvictionCount(int evictionCount)
- Parameters:
evictionCount
- the evictionCount to set
getInMemoryHits
public int getInMemoryHits()
- Returns:
- the inMemoryHits
setInMemoryHits
public void setInMemoryHits(int inMemoryHits)
- Parameters:
inMemoryHits
- the inMemoryHits to set
getMemoryStoreSize
public int getMemoryStoreSize()
- Returns:
- the memoryStoreSize
setMemoryStoreSize
public void setMemoryStoreSize(int memoryStoreSize)
- Parameters:
memoryStoreSize
- the memoryStoreSize to set
getMisses
public int getMisses()
- Returns:
- the misses
setMisses
public void setMisses(int misses)
- Parameters:
misses
- the misses to set
getOnDiskHits
public int getOnDiskHits()
- Returns:
- the onDiskHits
setOnDiskHits
public void setOnDiskHits(int onDiskHits)
- Parameters:
onDiskHits
- the onDiskHits to set
getSize
public int getSize()
- Returns:
- the size
setSize
public void setSize(int size)
- Parameters:
size
- the size to set
getStatisticsAccuracy
public String getStatisticsAccuracy()
- Returns:
- the statisticsAccuracy
setStatisticsAccuracy
public void setStatisticsAccuracy(String statisticsAccuracy)
- Parameters:
statisticsAccuracy
- the statisticsAccuracy to set
Copyright © 2012 Railo