|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICacheManagerClassicMBean
Instrumented cache management interface
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
AVERAGE_OVERFLOW_ENTRY_AGE_LESS_THAN_THRESHOLD
Type of notification produced when the average cache entry age drops below the configured threshold Supported API: true |
| Method Summary | |
|---|---|
double |
getAveOverflowAgeThresholdSec()
Average overflow age threshold, in seconds, below which a notification will be emitted Supported API: true |
String |
getCacheSizeProperty()
Property defining the size of the cache Supported API: true |
String |
getLoggerLevel()
Logging level (valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF) Supported API: true |
String |
getLoggerName()
Logger name for instrumented cache Supported API: true |
int |
getMinMinutesBetweenNotifications()
Notification limit in minutes Supported API: true |
void |
saveCacheConfig()
Save cache configuration Supported API: true |
void |
setAveOverflowAgeThresholdSec(double value)
Average overflow age threshold, in seconds, below which a notification will be emmited Supported API: true |
void |
setLoggerLevel(String level)
logging level (valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF) Supported API: true |
void |
setMinMinutesBetweenNotifications(int value)
Notification limit in minutes Supported API: true |
| Methods inherited from interface wt.cache.ICacheManagerMBean |
|---|
getCacheEntryCount, getCacheHits, getCacheMisses, getCacheSize |
| Field Detail |
|---|
static final String AVERAGE_OVERFLOW_ENTRY_AGE_LESS_THAN_THRESHOLD
| Method Detail |
|---|
double getAveOverflowAgeThresholdSec()
void setAveOverflowAgeThresholdSec(double value)
throws Exception
Exceptionint getMinMinutesBetweenNotifications()
void setMinMinutesBetweenNotifications(int value)
String getLoggerName()
String getLoggerLevel()
void setLoggerLevel(String level)
void saveCacheConfig()
String getCacheSizeProperty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||