net.sf.ehcache.management.sampled
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
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 |
CACHE_MANAGER_CHANGED
static final String CACHE_MANAGER_CHANGED
- CACHE_MANAGER_CHANGED
- See Also:
- Constant Field Values
CACHES_ENABLED
static final String CACHES_ENABLED
- CACHES_ENABLED
- See Also:
- Constant Field Values
CACHES_CLEARED
static final String CACHES_CLEARED
- CACHES_CLEARED
- See Also:
- Constant Field Values
STATISTICS_RESET
static final String STATISTICS_RESET
- STATISTICS_RESET
- See Also:
- Constant Field Values
STATISTICS_ENABLED
static final String STATISTICS_ENABLED
- STATISTICS_ENABLED
- See Also:
- Constant Field Values
getMBeanRegisteredName
String getMBeanRegisteredName()
- Gets the name used to register this mbean.
Copyright 2001-2014, Terracotta, Inc.