public interface SampledCacheMBean extends CacheSampler
CacheSampler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE_CHANGED
CACHE_CHANGED
|
static java.lang.String |
CACHE_CLEARED
CACHE_CLEARED
|
static java.lang.String |
CACHE_ENABLED
CACHE_ENABLED
|
static java.lang.String |
CACHE_FLUSHED
CACHE_FLUSHED
|
static java.lang.String |
CACHE_STATISTICS_ENABLED
CACHE_STATISTICS_ENABLED
|
static java.lang.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, setTimeToLiveSeconds
getAverageGetTimeMillis, 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, isStatisticsEnabled
dispose, getAverageGetTimeMostRecentSample, getAverageGetTimeNanosMostRecentSample, getAverageSearchTime, getCacheElementEvictedMostRecentSample, getCacheElementExpiredMostRecentSample, getCacheElementPutMostRecentSample, getCacheElementRemovedMostRecentSample, getCacheElementUpdatedMostRecentSample, getCacheHitInMemoryMostRecentSample, getCacheHitMostRecentSample, getCacheHitOffHeapMostRecentSample, getCacheHitOnDiskMostRecentSample, getCacheHitRatioMostRecentSample, getCacheMissExpiredMostRecentSample, getCacheMissInMemoryMostRecentSample, getCacheMissMostRecentSample, getCacheMissNotFoundMostRecentSample, getCacheMissOffHeapMostRecentSample, getCacheMissOnDiskMostRecentSample, getCacheXaCommitsMostRecentSample, getCacheXaRollbacksMostRecentSample, getSearchesPerSecond, getStatisticsAccuracy, getStatisticsAccuracyDescription, isSampledStatisticsEnabled
static final java.lang.String CACHE_ENABLED
static final java.lang.String CACHE_CHANGED
static final java.lang.String CACHE_FLUSHED
static final java.lang.String CACHE_CLEARED
static final java.lang.String CACHE_STATISTICS_ENABLED
static final java.lang.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
-