Package com.ibm.wsspi.cache.web
Class ESIStats.ESIServerStats.ESIProcessorStats
- java.lang.Object
- 
- com.ibm.wsspi.cache.web.ESIStats.ESIServerStats.ESIProcessorStats
 
- 
- Enclosing class:
- ESIStats.ESIServerStats
 
 public static class ESIStats.ESIServerStats.ESIProcessorStats extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats
 - 
Constructor SummaryConstructors Constructor Description ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry)ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[]getCacheEntryStats()intgetCacheExpires()intgetCacheHits()intgetCacheMissesById()intgetCacheMissesByUrl()intgetCachePurges()java.lang.StringgetHostName()intgetPID()voidhandle()voidsetCacheExpires(int expires)voidsetCacheHits(int hits)voidsetCacheMissesById(int misses)voidsetCacheMissesByUrl(int misses)voidsetCachePurges(int purges)
 
- 
- 
- 
Method Detail- 
getHostNamepublic java.lang.String getHostName() 
 - 
getPIDpublic int getPID() 
 - 
getCacheHitspublic int getCacheHits() 
 - 
setCacheHitspublic void setCacheHits(int hits) 
 - 
getCacheMissesByUrlpublic int getCacheMissesByUrl() 
 - 
setCacheMissesByUrlpublic void setCacheMissesByUrl(int misses) 
 - 
getCacheMissesByIdpublic int getCacheMissesById() 
 - 
setCacheMissesByIdpublic void setCacheMissesById(int misses) 
 - 
getCacheExpirespublic int getCacheExpires() 
 - 
setCacheExpirespublic void setCacheExpires(int expires) 
 - 
getCachePurgespublic int getCachePurges() 
 - 
setCachePurgespublic void setCachePurges(int purges) 
 - 
addCacheEntryStatspublic void addCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry) 
 - 
getCacheEntryStatspublic ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[] getCacheEntryStats() 
 - 
handlepublic void handle() throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-