public class ESIStats.ESIServerStats.ESIProcessorStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats |
Constructor and Description |
---|
ESIStats.ESIServerStats.ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips) |
Modifier and Type | Method and Description |
---|---|
void |
addCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry) |
ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[] |
getCacheEntryStats() |
int |
getCacheExpires() |
int |
getCacheHits() |
int |
getCacheMissesById() |
int |
getCacheMissesByUrl() |
int |
getCachePurges() |
java.lang.String |
getHostName() |
int |
getPID() |
void |
handle() |
void |
setCacheExpires(int expires) |
void |
setCacheHits(int hits) |
void |
setCacheMissesById(int misses) |
void |
setCacheMissesByUrl(int misses) |
void |
setCachePurges(int purges) |
public ESIStats.ESIServerStats.ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips)
public java.lang.String getHostName()
public int getPID()
public int getCacheHits()
public void setCacheHits(int hits)
public int getCacheMissesByUrl()
public void setCacheMissesByUrl(int misses)
public int getCacheMissesById()
public void setCacheMissesById(int misses)
public int getCacheExpires()
public void setCacheExpires(int expires)
public int getCachePurges()
public void setCachePurges(int purges)
public void addCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry)
public ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[] getCacheEntryStats()
public void handle() throws java.io.IOException
java.io.IOException