Package wt.cache
Interface ConcurrentHashMapCacheMonitorMBean
- All Superinterfaces:
ICacheManagerMBean,SelfEmailingMBean
Concurrent hash map cache instrumentation interface
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionintConfigured maximum cache size; always -1 implying unlimited
Supported API: trueMethods inherited from interface wt.cache.ICacheManagerMBean
getCacheEntryCount, getCacheHits, getCacheMisses, getCacheOverflows, getName, getRestartNumber, getUptime, logMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getCacheSize
int getCacheSize()Configured maximum cache size; always -1 implying unlimited
Supported API: true- Specified by:
getCacheSizein interfaceICacheManagerMBean
-