public class ESIStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ESIStats.ESIServerStats
An ESIServerStats is a logical grouping of ESIProcessorStats objects, grouped
by hostname.
|
Constructor and Description |
---|
ESIStats() |
Modifier and Type | Method and Description |
---|---|
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.
|
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