|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.cache.ESIStats
public class ESIStats
This is the mechanism to provide Edge cache statistics to the CacheMonitor.
Nested Class Summary | |
---|---|
class |
ESIStats.ESIServerStats
An ESIServerStats is a logical grouping of ESIProcessorStats objects, grouped by hostname. |
Constructor Summary | |
---|---|
ESIStats()
|
Method Summary | |
---|---|
void |
clear()
Release the references to the ESIServerStats objects. |
void |
clearCaches()
Clear the caches in all of the ESI processors. |
void |
gather()
Gather a snap shot of the statistics from all of the ESI processors. |
boolean |
getGatherEntries()
Return the current setting for gathering entries as part of the statistics. |
ESIStats.ESIServerStats[] |
getServerStats()
Return all ESIServerStats objects gathered. |
void |
resetCounters()
Resets the counters in all of the ESI processors. |
void |
setGatherEntries(boolean gatherEntries)
Set the current setting for gathering entries as part of the statistics. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ESIStats()
Method Detail |
---|
public boolean getGatherEntries()
public void setGatherEntries(boolean gatherEntries)
gatherEntries
- gather entry settingpublic void gather() throws java.io.IOException
java.io.IOException
public ESIStats.ESIServerStats[] getServerStats()
public void clear()
public void resetCounters() throws java.io.IOException
java.io.IOException
public void clearCaches() throws java.io.IOException
java.io.IOException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |