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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCacheEntryStats
(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry) int
int
int
int
int
int
getPID()
void
handle()
void
setCacheExpires
(int expires) void
setCacheHits
(int hits) void
setCacheMissesById
(int misses) void
setCacheMissesByUrl
(int misses) void
setCachePurges
(int purges)
-
Constructor Details
-
ESIProcessorStats
public ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips)
-
-
Method Details
-
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
-
handle
- Throws:
IOException
-