public interface SampledCacheMBean extends CacheSampler
CacheSampler
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_CHANGED
CACHE_CHANGED
|
static String |
CACHE_CLEARED
CACHE_CLEARED
|
static String |
CACHE_ENABLED
CACHE_ENABLED
|
static String |
CACHE_FLUSHED
CACHE_FLUSHED
|
static String |
CACHE_STATISTICS_ENABLED
CACHE_STATISTICS_ENABLED
|
static String |
CACHE_STATISTICS_RESET
CACHE_STATISTICS_RESET
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxElementsInMemory()
Deprecated.
use
CacheSampler.getMaxEntriesLocalHeap() instead |
boolean |
isClusterCoherent()
Deprecated.
use
CacheSampler.isClusterBulkLoadEnabled() instead |
boolean |
isNodeCoherent()
Deprecated.
use
CacheSampler.isNodeBulkLoadEnabled() instead |
void |
setMaxElementsInMemory(int maxElements)
Deprecated.
use
#setMaxEntriesLocalHeap() instead |
void |
setNodeCoherent(boolean coherent)
Deprecated.
use
CacheSampler.setNodeBulkLoadEnabled(boolean) instead |
clearStatistics, disableSampledStatistics, disableStatistics, enableSampledStatistics, enableStatistics, flush, getCacheAverageGetTime, getCacheAverageSearchTime, getCacheEvictionRate, getCacheExpirationRate, getCacheHitRate, getCacheInMemoryHitRate, getCacheInMemoryMissRate, getCacheMissRate, getCacheOffHeapHitRate, getCacheOffHeapMissRate, getCacheOnDiskHitRate, getCacheOnDiskMissRate, getCachePutRate, getCacheRemoveRate, getCacheSearchRate, getCacheUpdateRate, getDiskExpiryThreadIntervalSeconds, getHasWriteBehindWriter, getMaxBytesLocalDisk, getMaxBytesLocalDiskAsString, getMaxBytesLocalHeap, getMaxBytesLocalHeapAsString, getMaxBytesLocalOffHeap, getMaxBytesLocalOffHeapAsString, getMaxElementsOnDisk, getMaxEntriesLocalDisk, getMaxEntriesLocalHeap, getMemoryStoreEvictionPolicy, getPinnedToStore, getSearchable, 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, setMaxEntriesLocalDisk, setMaxEntriesLocalHeap, setMemoryStoreEvictionPolicy, setNodeBulkLoadEnabled, setOverflowToDisk, setStatisticsEnabled, setTimeToIdleSeconds, setTimeToLiveSecondsgetAverageGetTimeMillis, getAverageGetTimeNanos, getCacheHitCount, getCacheHitRatio, getCacheMissCount, getCacheMissCountExpired, getCacheName, getEvictedCount, getExpiredCount, getInMemoryHitCount, getInMemoryMissCount, getInMemorySize, getLocalDiskSize, getLocalDiskSizeInBytes, getLocalHeapSize, getLocalHeapSizeInBytes, getLocalOffHeapSize, getLocalOffHeapSizeInBytes, getMaxGetTimeMillis, getMaxGetTimeNanos, getMinGetTimeMillis, getMinGetTimeNanos, getOffHeapHitCount, getOffHeapMissCount, getOffHeapSize, getOnDiskHitCount, getOnDiskMissCount, getOnDiskSize, getPutCount, getRemovedCount, getSize, getStatisticsAccuracy, getStatisticsAccuracyDescription, getUpdateCount, getXaCommitCount, getXaRecoveredCount, getXaRollbackCount, isStatisticsEnableddispose, getAverageGetTimeMostRecentSample, getAverageGetTimeNanosMostRecentSample, getAverageSearchTime, getCacheElementEvictedMostRecentSample, getCacheElementExpiredMostRecentSample, getCacheElementPutMostRecentSample, getCacheElementRemovedMostRecentSample, getCacheElementUpdatedMostRecentSample, getCacheHitInMemoryMostRecentSample, getCacheHitMostRecentSample, getCacheHitOffHeapMostRecentSample, getCacheHitOnDiskMostRecentSample, getCacheHitRatioMostRecentSample, getCacheMissExpiredMostRecentSample, getCacheMissInMemoryMostRecentSample, getCacheMissMostRecentSample, getCacheMissNotFoundMostRecentSample, getCacheMissOffHeapMostRecentSample, getCacheMissOnDiskMostRecentSample, getCacheXaCommitsMostRecentSample, getCacheXaRollbacksMostRecentSample, getSearchesPerSecond, getStatisticsAccuracy, getStatisticsAccuracyDescription, isSampledStatisticsEnabledstatic final String CACHE_ENABLED
static final String CACHE_CHANGED
static final String CACHE_FLUSHED
static final String CACHE_CLEARED
static final String CACHE_STATISTICS_ENABLED
static final String CACHE_STATISTICS_RESET
@Deprecated void setNodeCoherent(boolean coherent)
CacheSampler.setNodeBulkLoadEnabled(boolean) instead@Deprecated boolean isClusterCoherent()
CacheSampler.isClusterBulkLoadEnabled() instead@Deprecated boolean isNodeCoherent()
CacheSampler.isNodeBulkLoadEnabled() instead@Deprecated int getMaxElementsInMemory()
CacheSampler.getMaxEntriesLocalHeap() instead@Deprecated void setMaxElementsInMemory(int maxElements)
#setMaxEntriesLocalHeap() insteadmaxElements - Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.