Package | Description |
---|---|
net.sf.ehcache.management.sampled |
This package contains classes related to MBeans with Sampled Statistics.
|
net.sf.ehcache.statistics.sampled |
This package contains classes related to SampledCacheStatistics and its implementation.
|
net.sf.ehcache.util.counter.sampled |
This package contains utility classes for SampledCounter's
|
Modifier and Type | Method and Description |
---|---|
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheElementEvictedSample()
Get the
SampledCounter element evicted from cache |
SampledCounter |
ComprehensiveCacheSampler.getCacheElementEvictedSample()
Get the
SampledCounter element evicted from cache |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheElementExpiredSample()
Get the
SampledCounter element expired from cache |
SampledCounter |
ComprehensiveCacheSampler.getCacheElementExpiredSample()
Get the
SampledCounter element expired from cache |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheElementPutSample()
Get the
SampledCounter element puts in the cache |
SampledCounter |
ComprehensiveCacheSampler.getCacheElementPutSample()
Get the
SampledCounter element puts in the cache |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheElementRemovedSample()
Get the
SampledCounter element removed from cache |
SampledCounter |
ComprehensiveCacheSampler.getCacheElementRemovedSample()
Get the
SampledCounter element removed from cache |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheElementUpdatedSample()
Get the
SampledCounter element updates , i.e. |
SampledCounter |
ComprehensiveCacheSampler.getCacheElementUpdatedSample()
Get the
SampledCounter element updates , i.e. |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheHitInMemorySample()
Get the
SampledCounter for in-memory cache hit |
SampledCounter |
ComprehensiveCacheSampler.getCacheHitInMemorySample()
Get the
SampledCounter for in-memory cache hit |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheHitOffHeapSample()
Get the
SampledCounter for off-heap cache hit |
SampledCounter |
ComprehensiveCacheSampler.getCacheHitOffHeapSample()
Get the
SampledCounter for off-heap cache hit |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheHitOnDiskSample()
Get the
SampledCounter for on-disk cache hit |
SampledCounter |
ComprehensiveCacheSampler.getCacheHitOnDiskSample()
Get the
SampledCounter for on-disk cache hit |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheHitRatioSample()
Get the
SampledCounter for cache hit ratio |
SampledCounter |
ComprehensiveCacheSampler.getCacheHitRatioSample()
Get the
SampledCounter for cache hit ratio |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheHitSample()
Get the
SampledCounter for cache hit |
SampledCounter |
ComprehensiveCacheSampler.getCacheHitSample()
Get the
SampledCounter for cache hit |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheMissExpiredSample()
Get the
SampledCounter for cache miss as result of the element getting
expired |
SampledCounter |
ComprehensiveCacheSampler.getCacheMissExpiredSample()
Get the
SampledCounter for cache miss as result of the element getting
expired |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheMissInMemorySample()
Get the
SampledCounter for in-memory cache miss |
SampledCounter |
ComprehensiveCacheSampler.getCacheMissInMemorySample()
Get the
SampledCounter for in-memory cache miss |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheMissNotFoundSample()
Get the
SampledCounter for cache miss as result of the element not found
in cache |
SampledCounter |
ComprehensiveCacheSampler.getCacheMissNotFoundSample()
Get the
SampledCounter for cache miss as result of the element not found
in cache |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheMissOffHeapSample()
Get the
SampledCounter for off-heap cache miss |
SampledCounter |
ComprehensiveCacheSampler.getCacheMissOffHeapSample()
Get the
SampledCounter for off-heap cache miss |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheMissOnDiskSample()
Get the
SampledCounter for on-disk cache miss |
SampledCounter |
ComprehensiveCacheSampler.getCacheMissOnDiskSample()
Get the
SampledCounter for on-disk cache miss |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheMissSample()
Get the
SampledCounter for cache miss |
SampledCounter |
ComprehensiveCacheSampler.getCacheMissSample()
Get the
SampledCounter for cache miss |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheXaCommitsSample()
Get the
SampledCounter for number of XA Transaction commits that have completed in the interval |
SampledCounter |
ComprehensiveCacheSampler.getCacheXaCommitsSample()
Get the
SampledCounter for number of XA Transaction commits that have completed in the interval |
SampledCounter |
ComprehensiveCacheSamplerImpl.getCacheXaRollbacksSample()
Get the
SampledCounter for number of XA Transaction rollbacks that have completed in the interval |
SampledCounter |
ComprehensiveCacheSampler.getCacheXaRollbacksSample()
Get the
SampledCounter for number of XA Transaction rollbacks that have completed in the interval |
SampledCounter |
ComprehensiveCacheSamplerImpl.getSearchesPerSecondSample()
Get the
SampledCounter for number of searches that have finished in the interval |
SampledCounter |
ComprehensiveCacheSampler.getSearchesPerSecondSample()
Get the
SampledCounter for number of searches that have finished in the interval |
Modifier and Type | Method and Description |
---|---|
SampledCounter |
SampledCacheStatisticsWrapper.getCacheElementEvictedSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheElementEvictedSample()
Get the
SampledCounter element evicted from cache |
SampledCounter |
CacheStatisticsSampler.getCacheElementEvictedSample()
Get the
SampledCounter element evicted from cache |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheElementExpiredSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheElementExpiredSample()
Get the
SampledCounter element expired from cache |
SampledCounter |
CacheStatisticsSampler.getCacheElementExpiredSample()
Get the
SampledCounter element expired from cache |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheElementPutSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheElementPutSample()
Get the
SampledCounter element puts in the cache |
SampledCounter |
CacheStatisticsSampler.getCacheElementPutSample()
Get the
SampledCounter element puts in the cache |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheElementRemovedSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheElementRemovedSample()
Get the
SampledCounter element removed from cache |
SampledCounter |
CacheStatisticsSampler.getCacheElementRemovedSample()
Get the
SampledCounter element removed from cache |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheElementUpdatedSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheElementUpdatedSample()
Get the
SampledCounter element updates , i.e. |
SampledCounter |
CacheStatisticsSampler.getCacheElementUpdatedSample()
Get the
SampledCounter element updates , i.e. |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheHitInMemorySample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheHitInMemorySample()
Get the
SampledCounter for in-memory cache hit |
SampledCounter |
CacheStatisticsSampler.getCacheHitInMemorySample()
Get the
SampledCounter for in-memory cache hit |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheHitOffHeapSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheHitOffHeapSample()
Get the
SampledCounter for off-heap cache hit |
SampledCounter |
CacheStatisticsSampler.getCacheHitOffHeapSample()
Get the
SampledCounter for off-heap cache hit |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheHitOnDiskSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheHitOnDiskSample()
Get the
SampledCounter for on-disk cache hit |
SampledCounter |
CacheStatisticsSampler.getCacheHitOnDiskSample()
Get the
SampledCounter for on-disk cache hit |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheHitRatioSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheHitRatioSample()
Get the
SampledCounter for cache hit ratio |
SampledCounter |
CacheStatisticsSampler.getCacheHitRatioSample()
Get the
SampledCounter for cache hit ratio |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheHitSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheHitSample()
Get the
SampledCounter for cache hit |
SampledCounter |
CacheStatisticsSampler.getCacheHitSample()
Get the
SampledCounter for cache hit |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheMissExpiredSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheMissExpiredSample()
Get the
SampledCounter for cache miss as result of the element getting
expired |
SampledCounter |
CacheStatisticsSampler.getCacheMissExpiredSample()
Get the
SampledCounter for cache miss as result of the element getting
expired |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheMissInMemorySample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheMissInMemorySample()
Get the
SampledCounter for in-memory cache miss |
SampledCounter |
CacheStatisticsSampler.getCacheMissInMemorySample()
Get the
SampledCounter for in-memory cache miss |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheMissNotFoundSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheMissNotFoundSample()
Get the
SampledCounter for cache miss as result of the element not found
in cache |
SampledCounter |
CacheStatisticsSampler.getCacheMissNotFoundSample()
Get the
SampledCounter for cache miss as result of the element not found
in cache |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheMissOffHeapSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheMissOffHeapSample()
Get the
SampledCounter for off-heap cache miss |
SampledCounter |
CacheStatisticsSampler.getCacheMissOffHeapSample()
Get the
SampledCounter for off-heap cache miss |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheMissOnDiskSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheMissOnDiskSample()
Get the
SampledCounter for on-disk cache miss |
SampledCounter |
CacheStatisticsSampler.getCacheMissOnDiskSample()
Get the
SampledCounter for on-disk cache miss |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheMissSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheMissSample()
Get the
SampledCounter for cache miss |
SampledCounter |
CacheStatisticsSampler.getCacheMissSample()
Get the
SampledCounter for cache miss |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheXaCommitsSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheXaCommitsSample()
Get the
SampledCounter for number of XA Transaction commits that have completed in the interval |
SampledCounter |
CacheStatisticsSampler.getCacheXaCommitsSample()
Get the
SampledCounter for number of XA Transaction commits that have completed in the interval |
SampledCounter |
SampledCacheStatisticsWrapper.getCacheXaRollbacksSample() |
SampledCounter |
SampledCacheStatisticsImpl.getCacheXaRollbacksSample()
Get the
SampledCounter for number of XA Transaction rollbacks that have completed in the interval |
SampledCounter |
CacheStatisticsSampler.getCacheXaRollbacksSample()
Get the
SampledCounter for number of XA Transaction rollbacks that have completed in the interval |
SampledCounter |
SampledCacheStatisticsWrapper.getSearchesPerSecondSample() |
SampledCounter |
SampledCacheStatisticsImpl.getSearchesPerSecondSample()
Get the
SampledCounter for number of searches that have finished in the interval |
SampledCounter |
CacheStatisticsSampler.getSearchesPerSecondSample()
Get the
SampledCounter for number of searches that have finished in the interval |
Modifier and Type | Interface and Description |
---|---|
interface |
SampledRateCounter
Interface of a sampled rate counter -- a counter that keeps sampled values of
rates
|
Modifier and Type | Class and Description |
---|---|
class |
SampledCounterImpl
An implementation of
SampledCounter |
class |
SampledRateCounterImpl
An implementation of
SampledRateCounter |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.