Interface SampledCacheManagerMBean
-
- All Superinterfaces:
CacheManagerSampler
- All Known Implementing Classes:
SampledCacheManager
public interface SampledCacheManagerMBean extends CacheManagerSampler
An MBean for CacheManager exposing sampled cache usage statistics- Author:
- Abhishek Sanoujam
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCACHE_MANAGER_CHANGEDCACHE_MANAGER_CHANGEDstatic java.lang.StringCACHES_CLEAREDCACHES_CLEAREDstatic java.lang.StringCACHES_ENABLEDCACHES_ENABLEDstatic java.lang.StringSTATISTICS_ENABLEDSTATISTICS_ENABLEDstatic java.lang.StringSTATISTICS_RESETSTATISTICS_RESET
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMBeanRegisteredName()Gets the name used to register this mbean.-
Methods inherited from interface net.sf.ehcache.management.sampled.CacheManagerSampler
clearAll, executeQuery, generateActiveConfigDeclaration, generateActiveConfigDeclaration, getCacheAverageGetTime, getCacheAverageSearchTime, getCacheEvictionRate, getCacheExpirationRate, getCacheHitRate, getCacheInMemoryHitRate, getCacheInMemoryMissRate, getCacheMetrics, getCacheMissRate, getCacheNames, getCacheOffHeapHitRate, getCacheOffHeapMissRate, getCacheOnDiskHitRate, getCacheOnDiskMissRate, getCachePutRate, getCacheRemoveRate, getCacheSearchRate, getCacheUpdateRate, getClusterUUID, getHasWriteBehindWriter, getMaxBytesLocalDisk, getMaxBytesLocalDiskAsString, getMaxBytesLocalHeap, getMaxBytesLocalHeapAsString, getMaxBytesLocalOffHeap, getMaxBytesLocalOffHeapAsString, getName, getSearchable, getStatus, getTransactional, getTransactionCommitRate, getTransactionCommittedCount, getTransactionRollbackRate, getTransactionRolledBackCount, getTransactionTimedOutCount, getWriterMaxQueueSize, getWriterQueueLength, isEnabled, setEnabled, setMaxBytesLocalDisk, setMaxBytesLocalDiskAsString, setMaxBytesLocalHeap, setMaxBytesLocalHeapAsString, shutdown
-
-
-
-
Field Detail
-
CACHE_MANAGER_CHANGED
static final java.lang.String CACHE_MANAGER_CHANGED
CACHE_MANAGER_CHANGED- See Also:
- Constant Field Values
-
CACHES_ENABLED
static final java.lang.String CACHES_ENABLED
CACHES_ENABLED- See Also:
- Constant Field Values
-
CACHES_CLEARED
static final java.lang.String CACHES_CLEARED
CACHES_CLEARED- See Also:
- Constant Field Values
-
STATISTICS_RESET
static final java.lang.String STATISTICS_RESET
STATISTICS_RESET- See Also:
- Constant Field Values
-
STATISTICS_ENABLED
static final java.lang.String STATISTICS_ENABLED
STATISTICS_ENABLED- See Also:
- Constant Field Values
-
-