net.sf.ehcache.management.sampled
Interface SampledCacheMBean
- All Superinterfaces:
- CacheSampler, LegacyCacheStatistics
- All Known Implementing Classes:
- SampledCache
public interface SampledCacheMBean
- extends CacheSampler
An MBean for Cache exposing cache statistics.
Extends from both CacheSampler
- Author:
- Abhishek Sanoujam
Methods inherited from interface net.sf.ehcache.management.sampled.CacheSampler |
flush, getAverageGetTime, getAverageGetTimeSample, getAverageSearchTime, getAverageSearchTimeSample, getCacheElementEvictedSample, getCacheElementExpiredSample, getCacheElementPutSample, getCacheElementRemovedSample, getCacheElementUpdatedSample, getCacheEvictionRate, getCacheExpirationRate, getCacheHitInMemorySample, getCacheHitOffHeapSample, getCacheHitOnDiskSample, getCacheHitRate, getCacheHitRatioSample, getCacheHitSample, getCacheInMemoryHitRate, getCacheInMemoryMissRate, getCacheMissExpiredSample, getCacheMissInMemorySample, getCacheMissNotFoundSample, getCacheMissOffHeapSample, getCacheMissOnDiskSample, getCacheMissRate, getCacheMissSample, getCacheOffHeapHitRate, getCacheOffHeapMissRate, getCacheOnDiskHitRate, getCacheOnDiskMissRate, getCachePutRate, getCacheRemoveRate, getCacheSearchRate, getCacheUpdateRate, getCacheXaCommitsSample, getCacheXaRollbacksSample, getDiskExpiryThreadIntervalSeconds, getHasWriteBehindWriter, getMaxBytesLocalDisk, getMaxBytesLocalDiskAsString, getMaxBytesLocalHeap, getMaxBytesLocalHeapAsString, getMaxBytesLocalOffHeap, getMaxBytesLocalOffHeapAsString, getMaxElementsOnDisk, getMaxEntriesInCache, getMaxEntriesLocalDisk, getMaxEntriesLocalHeap, getMemoryStoreEvictionPolicy, getPinnedToStore, getSearchable, getSearchesPerSecondSample, getStatus, getTerracottaConsistency, getTimeToIdleSeconds, getTimeToLiveSeconds, getTransactional, getTransactionCommitRate, getTransactionRollbackRate, getWriterConcurrency, getWriterMaxQueueSize, getWriterQueueLength, isClusterBulkLoadEnabled, isDiskPersistent, isEnabled, isEternal, isLoggingEnabled, isNodeBulkLoadEnabled, isOverflowToDisk, isPinned, isTerracottaClustered, removeAll, setDiskExpiryThreadIntervalSeconds, setDiskPersistent, setEnabled, setEternal, setLoggingEnabled, setMaxBytesLocalDisk, setMaxBytesLocalDiskAsString, setMaxBytesLocalHeap, setMaxBytesLocalHeapAsString, setMaxElementsOnDisk, setMaxEntriesInCache, setMaxEntriesLocalDisk, setMaxEntriesLocalHeap, setMemoryStoreEvictionPolicy, setNodeBulkLoadEnabled, setOverflowToDisk, setTimeToIdleSeconds, setTimeToLiveSeconds |
Methods inherited from interface net.sf.ehcache.management.sampled.LegacyCacheStatistics |
dispose, getAverageGetTimeNanos, getAverageGetTimeNanosMostRecentSample, getAverageSearchTimeNanos, getCacheElementEvictedMostRecentSample, getCacheElementExpiredMostRecentSample, getCacheElementPutMostRecentSample, getCacheElementRemovedMostRecentSample, getCacheElementUpdatedMostRecentSample, getCacheHitCount, getCacheHitInMemoryMostRecentSample, getCacheHitMostRecentSample, getCacheHitOffHeapMostRecentSample, getCacheHitOnDiskMostRecentSample, getCacheHitRatio, getCacheHitRatioMostRecentSample, getCacheMissCount, getCacheMissCountExpired, getCacheMissExpiredMostRecentSample, getCacheMissInMemoryMostRecentSample, getCacheMissMostRecentSample, getCacheMissNotFoundMostRecentSample, getCacheMissOffHeapMostRecentSample, getCacheMissOnDiskMostRecentSample, getCacheName, getCacheXaCommitsMostRecentSample, getCacheXaRollbacksMostRecentSample, getEvictedCount, getExpiredCount, getInMemoryHitCount, getInMemoryMissCount, getInMemorySize, getLocalDiskSize, getLocalDiskSizeInBytes, getLocalHeapSize, getLocalHeapSizeInBytes, getLocalOffHeapSize, getLocalOffHeapSizeInBytes, getMaxGetTimeNanos, getMinGetTimeNanos, getOffHeapHitCount, getOffHeapMissCount, getOffHeapSize, getOnDiskHitCount, getOnDiskMissCount, getOnDiskSize, getPutCount, getRemovedCount, getSearchesPerSecond, getSize, getUpdateCount, getXaCommitCount, getXaRecoveredCount, getXaRollbackCount |
CACHE_ENABLED
static final String CACHE_ENABLED
- CACHE_ENABLED
- See Also:
- Constant Field Values
CACHE_CHANGED
static final String CACHE_CHANGED
- CACHE_CHANGED
- See Also:
- Constant Field Values
CACHE_FLUSHED
static final String CACHE_FLUSHED
- CACHE_FLUSHED
- See Also:
- Constant Field Values
CACHE_CLEARED
static final String CACHE_CLEARED
- CACHE_CLEARED
- See Also:
- Constant Field Values
CACHE_STATISTICS_ENABLED
static final String CACHE_STATISTICS_ENABLED
- CACHE_STATISTICS_ENABLED
- See Also:
- Constant Field Values
CACHE_STATISTICS_RESET
static final String CACHE_STATISTICS_RESET
- CACHE_STATISTICS_RESET
- See Also:
- Constant Field Values
setNodeCoherent
@Deprecated
void setNodeCoherent(boolean coherent)
- Deprecated. use
CacheSampler.setNodeBulkLoadEnabled(boolean)
instead
- Enabled/disable cache coherence mode for this node.
isClusterCoherent
@Deprecated
boolean isClusterCoherent()
- Deprecated. use
CacheSampler.isClusterBulkLoadEnabled()
instead
- Is the cache coherent cluster-wide?
isNodeCoherent
@Deprecated
boolean isNodeCoherent()
- Deprecated. use
CacheSampler.isNodeBulkLoadEnabled()
instead
- Is the cache coherent locally?
getMaxElementsInMemory
@Deprecated
int getMaxElementsInMemory()
- Deprecated. use
CacheSampler.getMaxEntriesLocalHeap()
instead
- Configuration property accessor
- Returns:
- Max elements in memory config setting value
setMaxElementsInMemory
@Deprecated
void setMaxElementsInMemory(int maxElements)
- Deprecated. use
#setMaxEntriesLocalHeap()
instead
- setMaxElementsInMemory
- Parameters:
maxElements
-
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.