railo.runtime.cache.eh.remote.rest.sax
Class CacheStatistics

java.lang.Object
  extended by railo.runtime.cache.eh.remote.rest.sax.CacheStatistics

public class CacheStatistics
extends Object


Constructor Summary
CacheStatistics()
           
 
Method Summary
 double getAverageGetTime()
           
 int getCacheHits()
           
 int getDiskStoreSize()
           
 int getEvictionCount()
           
 int getInMemoryHits()
           
 int getMemoryStoreSize()
           
 int getMisses()
           
 int getOnDiskHits()
           
 int getSize()
           
 String getStatisticsAccuracy()
           
 void setAverageGetTime(double averageGetTime)
           
 void setCacheHits(int cacheHits)
           
 void setDiskStoreSize(int diskStoreSize)
           
 void setEvictionCount(int evictionCount)
           
 void setInMemoryHits(int inMemoryHits)
           
 void setMemoryStoreSize(int memoryStoreSize)
           
 void setMisses(int misses)
           
 void setOnDiskHits(int onDiskHits)
           
 void setSize(int size)
           
 void setStatisticsAccuracy(String statisticsAccuracy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatistics

public CacheStatistics()
Method Detail

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