|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.management.sampled.CacheSamplerImpl
public class CacheSamplerImpl
An implementation of CacheSampler
| Constructor Summary | |
|---|---|
CacheSamplerImpl(Ehcache cache)
Constructor accepting the backing Ehcache |
|
| Method Summary | |
|---|---|
void |
deregistered(CacheConfiguration config)
Indicates that this listener was removed from the given configuration |
void |
diskCapacityChanged(int oldCapacity,
int newCapacity)
Indicates a change in the configurations disk store capacity |
void |
dispose()
Method used to dispose this statistics |
void |
flush()
Flushes all cache items from memory to the disk store, and from the DiskStore to disk. |
long |
getAverageGetTime()
|
long |
getAverageGetTimeNanos()
Average time in nanoseconds taken to get an element from the cache. |
long |
getAverageGetTimeNanosMostRecentSample()
Get most recent value for average time taken for get() operation in the cache |
SampledRateCounter |
getAverageGetTimeSample()
Get the SampledRateCounter for average time taken for get() operation in the
cache |
long |
getAverageSearchTime()
|
long |
getAverageSearchTimeNanos()
Get the average search execution time for searches finishing within the last sample period |
SampledRateCounter |
getAverageSearchTimeSample()
Get the SampledRateCounter for average search execution time for searches finishing within the last sample period |
long |
getCacheElementEvictedMostRecentSample()
Get most recent value element evicted from cache |
SampledCounter |
getCacheElementEvictedSample()
Get the SampledCounter element evicted from cache |
long |
getCacheElementExpiredMostRecentSample()
Get most recent value element expired from cache |
SampledCounter |
getCacheElementExpiredSample()
Get the SampledCounter element expired from cache |
long |
getCacheElementPutMostRecentSample()
Get most recent value element puts in the cache |
SampledCounter |
getCacheElementPutSample()
Get the SampledCounter element puts in the cache |
long |
getCacheElementRemovedMostRecentSample()
Get most recent value element removed from cache |
SampledCounter |
getCacheElementRemovedSample()
Get the SampledCounter element removed from cache |
long |
getCacheElementUpdatedMostRecentSample()
Get most recent value element updates , i.e. |
SampledCounter |
getCacheElementUpdatedSample()
Get the SampledCounter element updates , i.e. |
long |
getCacheEvictionRate()
|
long |
getCacheExpirationRate()
|
long |
getCacheHitCount()
The number of times a requested item was found in the cache. |
long |
getCacheHitInMemoryMostRecentSample()
Get most recent value for in-memory cache hit |
SampledCounter |
getCacheHitInMemorySample()
Get the SampledCounter for in-memory cache hit |
long |
getCacheHitMostRecentSample()
Get most recent value for cache hit |
long |
getCacheHitOffHeapMostRecentSample()
Get most recent value for off-heap cache hit |
SampledCounter |
getCacheHitOffHeapSample()
Get the SampledCounter for off-heap cache hit |
long |
getCacheHitOnDiskMostRecentSample()
Get most recent value for on-disk cache hit |
SampledCounter |
getCacheHitOnDiskSample()
Get the SampledCounter for on-disk cache hit |
long |
getCacheHitRate()
|
int |
getCacheHitRatio()
The ratio of hits to accesses (hits + misses). |
int |
getCacheHitRatioMostRecentSample()
Get most recent value for cache hit ratio |
SampledCounter |
getCacheHitRatioSample()
Get the SampledCounter for cache hit ratio |
SampledCounter |
getCacheHitSample()
Get the SampledCounter for cache hit |
long |
getCacheInMemoryHitRate()
|
long |
getCacheInMemoryMissRate()
|
long |
getCacheMissCount()
Number of times a requested element was not found in the cache. |
long |
getCacheMissCountExpired()
|
long |
getCacheMissExpiredMostRecentSample()
Get most recent value for cache miss as result of the element getting expired |
SampledCounter |
getCacheMissExpiredSample()
Get the SampledCounter for cache miss as result of the element getting
expired |
long |
getCacheMissInMemoryMostRecentSample()
Get most recent value for in-memory cache miss |
SampledCounter |
getCacheMissInMemorySample()
Get the SampledCounter for in-memory cache miss |
long |
getCacheMissMostRecentSample()
Get most recent value for cache miss |
long |
getCacheMissNotFoundMostRecentSample()
Get most recent value for cache miss as result of the element not found in cache |
SampledCounter |
getCacheMissNotFoundSample()
Get the SampledCounter for cache miss as result of the element not found
in cache |
long |
getCacheMissOffHeapMostRecentSample()
Get most recent value for off-heap cache miss |
SampledCounter |
getCacheMissOffHeapSample()
Get the SampledCounter for off-heap cache miss |
long |
getCacheMissOnDiskMostRecentSample()
Get most recent value for on-disk cache miss |
SampledCounter |
getCacheMissOnDiskSample()
Get the SampledCounter for on-disk cache miss |
long |
getCacheMissRate()
|
SampledCounter |
getCacheMissSample()
Get the SampledCounter for cache miss |
String |
getCacheName()
|
long |
getCacheOffHeapHitRate()
|
long |
getCacheOffHeapMissRate()
|
long |
getCacheOnDiskHitRate()
|
long |
getCacheOnDiskMissRate()
|
long |
getCachePutRate()
|
long |
getCacheRemoveRate()
|
long |
getCacheSearchRate()
|
long |
getCacheUpdateRate()
|
long |
getCacheXaCommitsMostRecentSample()
Get most recent value of XA commits |
SampledCounter |
getCacheXaCommitsSample()
Get the SampledCounter for number of XA Transaction commits that have completed in the interval |
long |
getCacheXaRollbacksMostRecentSample()
Get most recent value of XA rollbacks |
SampledCounter |
getCacheXaRollbacksSample()
Get the SampledCounter for number of XA Transaction rollbacks that have completed in the interval |
long |
getDiskExpiryThreadIntervalSeconds()
Configuration property accessor |
long |
getEvictedCount()
Number of elements evicted from the cache |
long |
getExpiredCount()
Number of elements expired since creation or last clear |
boolean |
getHasWriteBehindWriter()
Is there a registered Write-behind CacheWriter |
long |
getInMemoryHitCount()
Number of times a requested item was found in the Memory Store. |
long |
getInMemoryMissCount()
Number of times a requested item was not found in the Memory Store. |
long |
getInMemorySize()
Number of elements in the MemoryStore |
long |
getLocalDiskSize()
Number of entries in the DiskStore |
long |
getLocalDiskSizeInBytes()
Number of of bytes used by entries in the DiskStore |
long |
getLocalHeapSize()
Number of entries in the MemoryStore |
long |
getLocalHeapSizeInBytes()
Number of of bytes used by entries in the MemoryStore |
long |
getLocalOffHeapSize()
Number of entries in the off-heap store |
long |
getLocalOffHeapSizeInBytes()
Number of of bytes used by entries in the off-heap store |
long |
getMaxBytesLocalDisk()
Configuration property accessor |
String |
getMaxBytesLocalDiskAsString()
Configuration property accessor |
long |
getMaxBytesLocalHeap()
Configuration property accessor |
String |
getMaxBytesLocalHeapAsString()
Configuration property accessor |
long |
getMaxBytesLocalOffHeap()
Configuration property accessor |
String |
getMaxBytesLocalOffHeapAsString()
Configuration property accessor |
int |
getMaxElementsOnDisk()
Configuration property accessor |
int |
getMaxEntriesInCache()
Configuration property accessor |
long |
getMaxEntriesLocalDisk()
Configuration property accessor |
long |
getMaxEntriesLocalHeap()
Configuration property accessor |
long |
getMaxGetTimeNanos()
Return maximum time taken for a get operation in the cache in milliseconds |
String |
getMemoryStoreEvictionPolicy()
Configuration property accessor |
long |
getMinGetTimeNanos()
Return minimum time taken for a get operation in the cache in nanoseconds |
long |
getOffHeapHitCount()
Number of times a requested item was found in the off-heap store. |
long |
getOffHeapMissCount()
Number of times a requested item was not found in the off-heap store. |
long |
getOffHeapSize()
Deprecated. use getLocalOffHeapSize() |
long |
getOnDiskHitCount()
Number of times a requested item was found in the Disk Store. |
long |
getOnDiskMissCount()
Number of times a requested item was not found in the Disk Store. |
long |
getOnDiskSize()
Deprecated. use getLocalDiskSize() |
String |
getPinnedToStore()
Configuration property accessor |
long |
getPutCount()
Number of puts that has happened in the cache |
long |
getRemovedCount()
Number of elements removed since creation or last clear |
boolean |
getSearchable()
Is the cache configured for search |
long |
getSearchesPerSecond()
Get the number of searches that have finished execution in the last second |
SampledCounter |
getSearchesPerSecondSample()
Get the SampledCounter for number of searches that have finished in the interval |
long |
getSize()
Size of the cache based on current accuracy settings. |
String |
getStatus()
Gets the status attribute of the Cache. |
String |
getTerracottaConsistency()
Returns a textual description of a Terracotta-clustered cache's consistency mode. |
long |
getTimeToIdleSeconds()
Configuration property accessor |
long |
getTimeToLiveSeconds()
Configuration property accessor |
boolean |
getTransactional()
Is the cache a transactional one |
long |
getTransactionCommitRate()
|
long |
getTransactionRollbackRate()
|
long |
getUpdateCount()
Number of updates that as happened in the cache |
int |
getWriterConcurrency()
Returns the number of configured write-behind queues/threads. |
int |
getWriterMaxQueueSize()
Returns the maximum size of any write-behind queues. |
long |
getWriterQueueLength()
Returns the total length of all write-behind queues for this cache |
long |
getXaCommitCount()
Return the Cache's XAResource commit calls count |
long |
getXaRecoveredCount()
Return the Cache's XAResource recovered XIDs count |
long |
getXaRollbackCount()
Return the Cache's XAResource rollback calls count |
boolean |
isClusterBulkLoadEnabled()
Is the cache in bulk-load mode cluster-wide? |
boolean |
isDiskPersistent()
Configuration property accessor |
boolean |
isEnabled()
Is the cache enabled? |
boolean |
isEternal()
Configuration property accessor |
boolean |
isLoggingEnabled()
Configuration property accessor |
boolean |
isNodeBulkLoadEnabled()
Is the cache in bulk-load mode locally? |
boolean |
isOverflowToDisk()
Configuration property accessor |
boolean |
isPinned()
Configuration property accessor |
boolean |
isTerracottaClustered()
Is the cache configured with Terracotta clustering? |
void |
loggingChanged(boolean oldValue,
boolean newValue)
Indicates a change in the configuration for enable/disable logging |
void |
maxBytesLocalDiskChanged(long oldValue,
long newValue)
Indicates a change in the configuration for maxBytesLocalDisk setting |
void |
maxBytesLocalHeapChanged(long oldValue,
long newValue)
Indicates a change in the configuration for maxBytesLocalHeap setting |
void |
maxEntriesInCacheChanged(int oldCapacity,
int newCapacity)
Indicates a change in the configuration for maxEntriesInCache setting |
void |
memoryCapacityChanged(int oldCapacity,
int newCapacity)
Indicates a change in the configurations memory store capacity |
void |
registered(CacheConfiguration config)
Indicates that this listener was registered with the given configuration |
void |
removeAll()
Removes all cached items. |
void |
setDiskExpiryThreadIntervalSeconds(long seconds)
setDiskExpiryThreadIntervalSeconds |
void |
setDiskPersistent(boolean diskPersistent)
setDiskPersistent |
void |
setEnabled(boolean enabled)
Enabled/disable the cache. |
void |
setEternal(boolean eternal)
setEternal |
void |
setLoggingEnabled(boolean enabled)
setLoggingEnabled |
void |
setMaxBytesLocalDisk(long maxBytes)
setMaxBytesLocalDisk |
void |
setMaxBytesLocalDiskAsString(String maxBytes)
setMaxBytesLocalDisk |
void |
setMaxBytesLocalHeap(long maxBytes)
setMaxBytesLocalHeap |
void |
setMaxBytesLocalHeapAsString(String maxBytes)
setMaxBytesLocalHeap |
void |
setMaxElementsOnDisk(int maxElements)
setMaxElementsOnDisk |
void |
setMaxEntriesInCache(int maxEntries)
setMaxEntriesInCache |
void |
setMaxEntriesLocalDisk(long maxEntries)
setMaxEntriesLocalDisk |
void |
setMaxEntriesLocalHeap(long maxEntries)
setMaxEntriesLocalHeap |
void |
setMemoryStoreEvictionPolicy(String evictionPolicy)
setMemoryStoreEvictionPolicy |
void |
setNodeBulkLoadEnabled(boolean bulkLoadEnabled)
Enabled/disable bulk-load mode for this node. |
void |
setOverflowToDisk(boolean overflowToDisk)
setOverflowToDisk |
void |
setTimeToIdleSeconds(long tti)
setTimeToIdleSeconds |
void |
setTimeToLiveSeconds(long ttl)
setTimeToLiveSeconds |
void |
timeToIdleChanged(long oldTimeToIdle,
long newTimeToIdle)
Indicates a change in the configurations time to idle |
void |
timeToLiveChanged(long oldTimeToLive,
long newTimeToLive)
Indicates a change in the configurations time to live |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheSamplerImpl(Ehcache cache)
Ehcache
cache - the cache object to use in initializing this sampled representation| Method Detail |
|---|
public boolean isEnabled()
isEnabled in interface CacheSamplerpublic void setEnabled(boolean enabled)
setEnabled in interface CacheSamplerpublic boolean isClusterBulkLoadEnabled()
isClusterBulkLoadEnabled in interface CacheSamplerpublic boolean isNodeBulkLoadEnabled()
isNodeBulkLoadEnabled in interface CacheSamplerpublic void setNodeBulkLoadEnabled(boolean bulkLoadEnabled)
setNodeBulkLoadEnabled in interface CacheSamplerpublic void flush()
flush in interface CacheSamplerpublic String getCacheName()
getCacheName in interface LegacyCacheStatisticspublic String getStatus()
getStatus in interface CacheSamplerpublic void removeAll()
removeAll in interface CacheSamplerpublic long getAverageGetTimeNanosMostRecentSample()
getAverageGetTimeNanosMostRecentSample in interface LegacyCacheStatisticspublic long getCacheEvictionRate()
getCacheEvictionRate in interface CacheSamplerpublic long getCacheElementEvictedMostRecentSample()
getCacheElementEvictedMostRecentSample in interface LegacyCacheStatisticspublic long getCacheExpirationRate()
getCacheExpirationRate in interface CacheSamplerpublic long getCacheElementExpiredMostRecentSample()
getCacheElementExpiredMostRecentSample in interface LegacyCacheStatisticspublic long getCachePutRate()
getCachePutRate in interface CacheSamplerpublic long getCacheElementPutMostRecentSample()
getCacheElementPutMostRecentSample in interface LegacyCacheStatisticspublic long getCacheRemoveRate()
getCacheRemoveRate in interface CacheSamplerpublic long getCacheElementRemovedMostRecentSample()
getCacheElementRemovedMostRecentSample in interface LegacyCacheStatisticspublic long getCacheUpdateRate()
getCacheUpdateRate in interface CacheSamplerpublic long getCacheElementUpdatedMostRecentSample()
getCacheElementUpdatedMostRecentSample in interface LegacyCacheStatisticspublic long getCacheInMemoryHitRate()
getCacheInMemoryHitRate in interface CacheSamplerpublic long getCacheHitInMemoryMostRecentSample()
getCacheHitInMemoryMostRecentSample in interface LegacyCacheStatisticspublic long getCacheOffHeapHitRate()
getCacheOffHeapHitRate in interface CacheSamplerpublic long getCacheHitOffHeapMostRecentSample()
getCacheHitOffHeapMostRecentSample in interface LegacyCacheStatisticspublic long getCacheHitRate()
getCacheHitRate in interface CacheSamplerpublic long getCacheHitMostRecentSample()
getCacheHitMostRecentSample in interface LegacyCacheStatisticspublic long getCacheOnDiskHitRate()
getCacheOnDiskHitRate in interface CacheSamplerpublic long getCacheHitOnDiskMostRecentSample()
getCacheHitOnDiskMostRecentSample in interface LegacyCacheStatisticspublic long getCacheMissExpiredMostRecentSample()
getCacheMissExpiredMostRecentSample in interface LegacyCacheStatisticspublic long getCacheMissRate()
getCacheMissRate in interface CacheSamplerpublic long getCacheMissMostRecentSample()
getCacheMissMostRecentSample in interface LegacyCacheStatisticspublic long getCacheInMemoryMissRate()
getCacheInMemoryMissRate in interface CacheSamplerpublic long getCacheMissInMemoryMostRecentSample()
getCacheMissInMemoryMostRecentSample in interface LegacyCacheStatisticspublic long getCacheOffHeapMissRate()
getCacheOffHeapMissRate in interface CacheSamplerpublic long getCacheMissOffHeapMostRecentSample()
getCacheMissOffHeapMostRecentSample in interface LegacyCacheStatisticspublic long getCacheOnDiskMissRate()
getCacheOnDiskMissRate in interface CacheSamplerpublic long getCacheMissOnDiskMostRecentSample()
getCacheMissOnDiskMostRecentSample in interface LegacyCacheStatisticspublic long getCacheMissNotFoundMostRecentSample()
getCacheMissNotFoundMostRecentSample in interface LegacyCacheStatisticspublic void dispose()
dispose in interface LegacyCacheStatisticspublic boolean isTerracottaClustered()
isTerracottaClustered in interface CacheSamplerpublic String getTerracottaConsistency()
getTerracottaConsistency in interface CacheSamplerpublic long getAverageGetTime()
getAverageGetTime in interface CacheSamplerpublic long getMaxGetTimeNanos()
getMaxGetTimeNanos in interface LegacyCacheStatisticspublic long getMinGetTimeNanos()
getMinGetTimeNanos in interface LegacyCacheStatisticspublic long getXaCommitCount()
getXaCommitCount in interface LegacyCacheStatisticspublic long getXaRollbackCount()
getXaRollbackCount in interface LegacyCacheStatisticspublic long getXaRecoveredCount()
getXaRecoveredCount in interface LegacyCacheStatisticspublic boolean getHasWriteBehindWriter()
getHasWriteBehindWriter in interface CacheSamplerpublic long getWriterQueueLength()
getWriterQueueLength in interface CacheSamplergetWriterQueueLength in interface LegacyCacheStatisticspublic int getWriterMaxQueueSize()
getWriterMaxQueueSize in interface CacheSamplerCacheWriterConfiguration.getWriteBehindMaxQueueSize()public int getWriterConcurrency()
getWriterConcurrency in interface CacheSamplerCacheWriterConfiguration.getWriteBehindConcurrency()public long getCacheHitCount()
getCacheHitCount in interface LegacyCacheStatisticspublic long getCacheMissCount()
getCacheMissCount in interface LegacyCacheStatisticspublic long getInMemoryMissCount()
getInMemoryMissCount in interface LegacyCacheStatisticspublic long getOffHeapMissCount()
getOffHeapMissCount in interface LegacyCacheStatisticspublic long getOnDiskMissCount()
getOnDiskMissCount in interface LegacyCacheStatisticspublic long getCacheMissCountExpired()
getCacheMissCountExpired in interface LegacyCacheStatisticspublic long getDiskExpiryThreadIntervalSeconds()
getDiskExpiryThreadIntervalSeconds in interface CacheSamplerpublic void setDiskExpiryThreadIntervalSeconds(long seconds)
setDiskExpiryThreadIntervalSeconds in interface CacheSamplerpublic long getMaxEntriesLocalHeap()
getMaxEntriesLocalHeap in interface CacheSamplerpublic void setMaxEntriesLocalHeap(long maxEntries)
setMaxEntriesLocalHeap in interface CacheSamplerpublic long getMaxBytesLocalHeap()
getMaxBytesLocalHeap in interface CacheSamplerpublic void setMaxBytesLocalHeap(long maxBytes)
setMaxBytesLocalHeap in interface CacheSamplerpublic void setMaxBytesLocalHeapAsString(String maxBytes)
setMaxBytesLocalHeapAsString in interface CacheSamplerpublic String getMaxBytesLocalHeapAsString()
getMaxBytesLocalHeapAsString in interface CacheSamplerpublic long getMaxEntriesLocalDisk()
getMaxEntriesLocalDisk in interface CacheSamplerpublic void setMaxEntriesLocalDisk(long maxEntries)
setMaxEntriesLocalDisk in interface CacheSamplerpublic void setMaxBytesLocalDisk(long maxBytes)
setMaxBytesLocalDisk in interface CacheSamplerpublic void setMaxBytesLocalDiskAsString(String maxBytes)
setMaxBytesLocalDiskAsString in interface CacheSamplerpublic String getMaxBytesLocalDiskAsString()
getMaxBytesLocalDiskAsString in interface CacheSamplerpublic int getMaxElementsOnDisk()
getMaxElementsOnDisk in interface CacheSamplerpublic int getMaxEntriesInCache()
getMaxEntriesInCache in interface CacheSamplerpublic void setMaxElementsOnDisk(int maxElements)
setMaxElementsOnDisk in interface CacheSamplerpublic void setMaxEntriesInCache(int maxEntries)
setMaxEntriesInCache in interface CacheSamplerpublic long getMaxBytesLocalDisk()
getMaxBytesLocalDisk in interface CacheSamplerpublic long getMaxBytesLocalOffHeap()
getMaxBytesLocalOffHeap in interface CacheSamplerpublic String getMaxBytesLocalOffHeapAsString()
getMaxBytesLocalOffHeapAsString in interface CacheSamplerpublic String getMemoryStoreEvictionPolicy()
getMemoryStoreEvictionPolicy in interface CacheSamplerpublic void setMemoryStoreEvictionPolicy(String evictionPolicy)
setMemoryStoreEvictionPolicy in interface CacheSamplerpublic long getTimeToIdleSeconds()
getTimeToIdleSeconds in interface CacheSamplerpublic void setTimeToIdleSeconds(long tti)
setTimeToIdleSeconds in interface CacheSamplerpublic long getTimeToLiveSeconds()
getTimeToLiveSeconds in interface CacheSamplerpublic void setTimeToLiveSeconds(long ttl)
setTimeToLiveSeconds in interface CacheSamplerpublic boolean isDiskPersistent()
isDiskPersistent in interface CacheSamplerpublic void setDiskPersistent(boolean diskPersistent)
setDiskPersistent in interface CacheSamplerpublic boolean isEternal()
isEternal in interface CacheSamplerpublic void setEternal(boolean eternal)
setEternal in interface CacheSamplerpublic boolean isOverflowToDisk()
isOverflowToDisk in interface CacheSamplerpublic void setOverflowToDisk(boolean overflowToDisk)
setOverflowToDisk in interface CacheSamplerpublic boolean isLoggingEnabled()
isLoggingEnabled in interface CacheSamplerpublic void setLoggingEnabled(boolean enabled)
setLoggingEnabled in interface CacheSamplerpublic boolean isPinned()
isPinned in interface CacheSamplerPinningConfigurationpublic String getPinnedToStore()
getPinnedToStore in interface CacheSamplerPinningConfigurationpublic long getEvictedCount()
getEvictedCount in interface LegacyCacheStatisticspublic long getExpiredCount()
getExpiredCount in interface LegacyCacheStatisticspublic long getInMemoryHitCount()
getInMemoryHitCount in interface LegacyCacheStatisticspublic long getOffHeapHitCount()
getOffHeapHitCount in interface LegacyCacheStatistics@Deprecated public long getOffHeapSize()
getLocalOffHeapSize()
getOffHeapSize in interface LegacyCacheStatisticspublic long getOnDiskHitCount()
getOnDiskHitCount in interface LegacyCacheStatistics@Deprecated public long getOnDiskSize()
getLocalDiskSize()
getOnDiskSize in interface LegacyCacheStatisticspublic long getLocalDiskSize()
getLocalDiskSize in interface LegacyCacheStatisticspublic long getLocalHeapSize()
getLocalHeapSize in interface LegacyCacheStatisticspublic long getLocalOffHeapSize()
getLocalOffHeapSize in interface LegacyCacheStatisticspublic long getLocalDiskSizeInBytes()
getLocalDiskSizeInBytes in interface LegacyCacheStatisticspublic long getLocalHeapSizeInBytes()
getLocalHeapSizeInBytes in interface LegacyCacheStatisticspublic long getLocalOffHeapSizeInBytes()
getLocalOffHeapSizeInBytes in interface LegacyCacheStatisticspublic long getPutCount()
getPutCount in interface LegacyCacheStatisticspublic long getRemovedCount()
getRemovedCount in interface LegacyCacheStatisticspublic long getSize()
getSize in interface LegacyCacheStatisticspublic long getInMemorySize()
getInMemorySize in interface LegacyCacheStatisticspublic long getUpdateCount()
getUpdateCount in interface LegacyCacheStatisticspublic void deregistered(CacheConfiguration config)
deregistered in interface CacheConfigurationListener
public void maxBytesLocalHeapChanged(long oldValue,
long newValue)
maxBytesLocalHeapChanged in interface CacheConfigurationListeneroldValue - old value in bytesnewValue - new value in bytes
public void maxBytesLocalDiskChanged(long oldValue,
long newValue)
maxBytesLocalDiskChanged in interface CacheConfigurationListeneroldValue - old value in bytesnewValue - new value in bytes
public void diskCapacityChanged(int oldCapacity,
int newCapacity)
diskCapacityChanged in interface CacheConfigurationListeneroldCapacity - previous capacitynewCapacity - new capacity
public void maxEntriesInCacheChanged(int oldCapacity,
int newCapacity)
maxEntriesInCacheChanged in interface CacheConfigurationListeneroldCapacity - old valuenewCapacity - new value
public void loggingChanged(boolean oldValue,
boolean newValue)
loggingChanged in interface CacheConfigurationListeneroldValue - old value whether logging was enabled or notnewValue - new value whether logging was enabled or not
public void memoryCapacityChanged(int oldCapacity,
int newCapacity)
memoryCapacityChanged in interface CacheConfigurationListeneroldCapacity - previous capacitynewCapacity - new capacitypublic void registered(CacheConfiguration config)
registered in interface CacheConfigurationListener
public void timeToIdleChanged(long oldTimeToIdle,
long newTimeToIdle)
timeToIdleChanged in interface CacheConfigurationListeneroldTimeToIdle - previous time to idle valuenewTimeToIdle - new time to idle value
public void timeToLiveChanged(long oldTimeToLive,
long newTimeToLive)
timeToLiveChanged in interface CacheConfigurationListeneroldTimeToLive - previous time to live valuenewTimeToLive - new time to live valuepublic long getAverageSearchTime()
getAverageSearchTime in interface CacheSamplerpublic long getSearchesPerSecond()
getSearchesPerSecond in interface LegacyCacheStatisticspublic boolean getTransactional()
getTransactional in interface CacheSamplerCacheConfiguration.TransactionalModepublic boolean getSearchable()
getSearchable in interface CacheSamplerSearchablepublic long getCacheSearchRate()
getCacheSearchRate in interface CacheSamplerpublic long getTransactionCommitRate()
getTransactionCommitRate in interface CacheSamplerpublic long getCacheXaCommitsMostRecentSample()
getCacheXaCommitsMostRecentSample in interface LegacyCacheStatisticspublic long getTransactionRollbackRate()
getTransactionRollbackRate in interface CacheSamplerpublic long getCacheXaRollbacksMostRecentSample()
getCacheXaRollbacksMostRecentSample in interface LegacyCacheStatisticspublic int getCacheHitRatio()
getCacheHitRatio in interface LegacyCacheStatisticspublic int getCacheHitRatioMostRecentSample()
getCacheHitRatioMostRecentSample in interface LegacyCacheStatisticspublic SampledCounter getCacheHitRatioSample()
SampledCounter for cache hit ratio
getCacheHitRatioSample in interface CacheSamplerSampledCounter for cache hit ratiopublic long getAverageGetTimeNanos()
LegacyCacheStatistics
getAverageGetTimeNanos in interface LegacyCacheStatisticspublic SampledCounter getCacheHitSample()
SampledCounter for cache hit
getCacheHitSample in interface CacheSamplerSampledCounter for cache hit countpublic SampledCounter getCacheHitInMemorySample()
SampledCounter for in-memory cache hit
getCacheHitInMemorySample in interface CacheSamplerSampledCounter for cache hit count in memorypublic SampledCounter getCacheHitOffHeapSample()
SampledCounter for off-heap cache hit
getCacheHitOffHeapSample in interface CacheSamplerSampledCounter for cache hit count in off-heappublic SampledCounter getCacheHitOnDiskSample()
SampledCounter for on-disk cache hit
getCacheHitOnDiskSample in interface CacheSamplerSampledCounter for cache hit count on diskpublic SampledCounter getCacheMissSample()
SampledCounter for cache miss
getCacheMissSample in interface CacheSamplerSampledCounter for cache miss countpublic SampledCounter getCacheMissInMemorySample()
SampledCounter for in-memory cache miss
getCacheMissInMemorySample in interface CacheSamplerSampledCounter for cache miss count in memorypublic SampledCounter getCacheMissOffHeapSample()
SampledCounter for off-heap cache miss
getCacheMissOffHeapSample in interface CacheSamplerSampledCounter for cache miss count in off-heappublic SampledCounter getCacheMissOnDiskSample()
SampledCounter for on-disk cache miss
getCacheMissOnDiskSample in interface CacheSamplerSampledCounter for cache miss count on diskpublic SampledCounter getCacheMissExpiredSample()
SampledCounter for cache miss as result of the element getting
expired
getCacheMissExpiredSample in interface CacheSamplerSampledCounter for cache miss count and the reason for miss
being the element got expiredpublic SampledCounter getCacheMissNotFoundSample()
SampledCounter for cache miss as result of the element not found
in cache
getCacheMissNotFoundSample in interface CacheSamplerSampledCounter for cache miss not found countpublic SampledCounter getCacheElementEvictedSample()
SampledCounter element evicted from cache
getCacheElementEvictedSample in interface CacheSamplerSampledCounter for element evicted countpublic SampledCounter getCacheElementRemovedSample()
SampledCounter element removed from cache
getCacheElementRemovedSample in interface CacheSamplerSampledCounter for element removed countpublic SampledCounter getCacheElementExpiredSample()
SampledCounter element expired from cache
getCacheElementExpiredSample in interface CacheSamplerpublic SampledCounter getCacheElementPutSample()
SampledCounter element puts in the cache
getCacheElementPutSample in interface CacheSamplerSampledCounter for number of element putspublic SampledCounter getCacheElementUpdatedSample()
SampledCounter element updates , i.e. put() on elements with
already existing keys in the cache
getCacheElementUpdatedSample in interface CacheSamplerSampledCounterd value for element update countpublic SampledRateCounter getAverageGetTimeSample()
SampledRateCounter for average time taken for get() operation in the
cache
getAverageGetTimeSample in interface CacheSamplerSampledRateCounter of average get time taken for a get operationpublic SampledRateCounter getAverageSearchTimeSample()
SampledRateCounter for average search execution time for searches finishing within the last sample period
getAverageSearchTimeSample in interface CacheSamplerSampledRateCounter of average search time takenpublic SampledCounter getSearchesPerSecondSample()
SampledCounter for number of searches that have finished in the interval
getSearchesPerSecondSample in interface CacheSamplerSampledCounter for number of searchespublic SampledCounter getCacheXaCommitsSample()
SampledCounter for number of XA Transaction commits that have completed in the interval
getCacheXaCommitsSample in interface CacheSamplerSampledCounter for number XA Transaction commitspublic SampledCounter getCacheXaRollbacksSample()
SampledCounter for number of XA Transaction rollbacks that have completed in the interval
getCacheXaRollbacksSample in interface CacheSamplerSampledCounter for number XA Transaction rollbackspublic long getAverageSearchTimeNanos()
LegacyCacheStatistics
getAverageSearchTimeNanos in interface LegacyCacheStatistics
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||