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 Summary
Nested Classes Modifier and Type Class Description static classESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats
-
Constructor Summary
Constructors Constructor Description ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips)
-
Method Summary
All 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
-
getHostName
public java.lang.String getHostName()
-
getPID
public int getPID()
-
getCacheHits
public int getCacheHits()
-
setCacheHits
public void setCacheHits(int hits)
-
getCacheMissesByUrl
public int getCacheMissesByUrl()
-
setCacheMissesByUrl
public void setCacheMissesByUrl(int misses)
-
getCacheMissesById
public int getCacheMissesById()
-
setCacheMissesById
public void setCacheMissesById(int misses)
-
getCacheExpires
public int getCacheExpires()
-
setCacheExpires
public void setCacheExpires(int expires)
-
getCachePurges
public int getCachePurges()
-
setCachePurges
public void setCachePurges(int purges)
-
addCacheEntryStats
public void addCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry)
-
getCacheEntryStats
public ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[] getCacheEntryStats()
-
handle
public void handle() throws java.io.IOException- Throws:
java.io.IOException
-
-