com.ibm.wsspi.cache
Class ESIStats.ESIServerStats.ESIProcessorStats
- java.lang.Object
com.ibm.wsspi.cache.ESIStats.ESIServerStats.ESIProcessorStats
Enclosing class:
- public class ESIStats.ESIServerStats.ESIProcessorStats
- extends java.lang.Object
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
|
ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats
|
Constructor Summary
Constructor and Description |
---|
ESIStats.ESIServerStats.ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
addCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry)
|
getCacheEntryStats()
|
|
|
getCacheExpires()
|
|
getCacheHits()
|
|
getCacheMissesById()
|
|
getCacheMissesByUrl()
|
|
getCachePurges()
|
|
getHostName()
|
|
getPID()
|
|
handle()
|
|
setCacheExpires(int expires)
|
|
setCacheHits(int hits)
|
|
setCacheMissesById(int misses)
|
|
setCacheMissesByUrl(int misses)
|
|
setCachePurges(int purges)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ESIStats.ESIServerStats.ESIProcessorStats
- public ESIStats.ESIServerStats.ESIProcessorStats( com.ibm.ws.cache.servlet.ESIProcessorStats esips)
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