ehcache

Uses of Interface
net.sf.ehcache.util.counter.sampled.SampledCounter

Packages that use SampledCounter
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 
 

Uses of SampledCounter in net.sf.ehcache.management.sampled
 

Methods in net.sf.ehcache.management.sampled that return SampledCounter
 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
 

Uses of SampledCounter in net.sf.ehcache.statistics.sampled
 

Methods in net.sf.ehcache.statistics.sampled that return SampledCounter
 SampledCounter SampledCacheStatisticsImpl.getCacheElementEvictedSample()
          Get the SampledCounter element evicted from cache
 SampledCounter SampledCacheStatisticsWrapper.getCacheElementEvictedSample()
           
 SampledCounter CacheStatisticsSampler.getCacheElementEvictedSample()
          Get the SampledCounter element evicted from cache
 SampledCounter SampledCacheStatisticsImpl.getCacheElementExpiredSample()
          Get the SampledCounter element expired from cache
 SampledCounter SampledCacheStatisticsWrapper.getCacheElementExpiredSample()
           
 SampledCounter CacheStatisticsSampler.getCacheElementExpiredSample()
          Get the SampledCounter element expired from cache
 SampledCounter SampledCacheStatisticsImpl.getCacheElementPutSample()
          Get the SampledCounter element puts in the cache
 SampledCounter SampledCacheStatisticsWrapper.getCacheElementPutSample()
           
 SampledCounter CacheStatisticsSampler.getCacheElementPutSample()
          Get the SampledCounter element puts in the cache
 SampledCounter SampledCacheStatisticsImpl.getCacheElementRemovedSample()
          Get the SampledCounter element removed from cache
 SampledCounter SampledCacheStatisticsWrapper.getCacheElementRemovedSample()
           
 SampledCounter CacheStatisticsSampler.getCacheElementRemovedSample()
          Get the SampledCounter element removed from cache
 SampledCounter SampledCacheStatisticsImpl.getCacheElementUpdatedSample()
          Get the SampledCounter element updates , i.e.
 SampledCounter SampledCacheStatisticsWrapper.getCacheElementUpdatedSample()
           
 SampledCounter CacheStatisticsSampler.getCacheElementUpdatedSample()
          Get the SampledCounter element updates , i.e.
 SampledCounter SampledCacheStatisticsImpl.getCacheHitInMemorySample()
          Get the SampledCounter for in-memory cache hit
 SampledCounter SampledCacheStatisticsWrapper.getCacheHitInMemorySample()
           
 SampledCounter CacheStatisticsSampler.getCacheHitInMemorySample()
          Get the SampledCounter for in-memory cache hit
 SampledCounter SampledCacheStatisticsImpl.getCacheHitOffHeapSample()
          Get the SampledCounter for off-heap cache hit
 SampledCounter SampledCacheStatisticsWrapper.getCacheHitOffHeapSample()
           
 SampledCounter CacheStatisticsSampler.getCacheHitOffHeapSample()
          Get the SampledCounter for off-heap cache hit
 SampledCounter SampledCacheStatisticsImpl.getCacheHitOnDiskSample()
          Get the SampledCounter for on-disk cache hit
 SampledCounter SampledCacheStatisticsWrapper.getCacheHitOnDiskSample()
           
 SampledCounter CacheStatisticsSampler.getCacheHitOnDiskSample()
          Get the SampledCounter for on-disk cache hit
 SampledCounter SampledCacheStatisticsImpl.getCacheHitRatioSample()
          Get the SampledCounter for cache hit ratio
 SampledCounter SampledCacheStatisticsWrapper.getCacheHitRatioSample()
           
 SampledCounter CacheStatisticsSampler.getCacheHitRatioSample()
          Get the SampledCounter for cache hit ratio
 SampledCounter SampledCacheStatisticsImpl.getCacheHitSample()
          Get the SampledCounter for cache hit
 SampledCounter SampledCacheStatisticsWrapper.getCacheHitSample()
           
 SampledCounter CacheStatisticsSampler.getCacheHitSample()
          Get the SampledCounter for cache hit
 SampledCounter SampledCacheStatisticsImpl.getCacheMissExpiredSample()
          Get the SampledCounter for cache miss as result of the element getting expired
 SampledCounter SampledCacheStatisticsWrapper.getCacheMissExpiredSample()
           
 SampledCounter CacheStatisticsSampler.getCacheMissExpiredSample()
          Get the SampledCounter for cache miss as result of the element getting expired
 SampledCounter SampledCacheStatisticsImpl.getCacheMissInMemorySample()
          Get the SampledCounter for in-memory cache miss
 SampledCounter SampledCacheStatisticsWrapper.getCacheMissInMemorySample()
           
 SampledCounter CacheStatisticsSampler.getCacheMissInMemorySample()
          Get the SampledCounter for in-memory cache miss
 SampledCounter SampledCacheStatisticsImpl.getCacheMissNotFoundSample()
          Get the SampledCounter for cache miss as result of the element not found in cache
 SampledCounter SampledCacheStatisticsWrapper.getCacheMissNotFoundSample()
           
 SampledCounter CacheStatisticsSampler.getCacheMissNotFoundSample()
          Get the SampledCounter for cache miss as result of the element not found in cache
 SampledCounter SampledCacheStatisticsImpl.getCacheMissOffHeapSample()
          Get the SampledCounter for off-heap cache miss
 SampledCounter SampledCacheStatisticsWrapper.getCacheMissOffHeapSample()
           
 SampledCounter CacheStatisticsSampler.getCacheMissOffHeapSample()
          Get the SampledCounter for off-heap cache miss
 SampledCounter SampledCacheStatisticsImpl.getCacheMissOnDiskSample()
          Get the SampledCounter for on-disk cache miss
 SampledCounter SampledCacheStatisticsWrapper.getCacheMissOnDiskSample()
           
 SampledCounter CacheStatisticsSampler.getCacheMissOnDiskSample()
          Get the SampledCounter for on-disk cache miss
 SampledCounter SampledCacheStatisticsImpl.getCacheMissSample()
          Get the SampledCounter for cache miss
 SampledCounter SampledCacheStatisticsWrapper.getCacheMissSample()
           
 SampledCounter CacheStatisticsSampler.getCacheMissSample()
          Get the SampledCounter for cache miss
 SampledCounter SampledCacheStatisticsImpl.getCacheXaCommitsSample()
          Get the SampledCounter for number of XA Transaction commits that have completed in the interval
 SampledCounter SampledCacheStatisticsWrapper.getCacheXaCommitsSample()
           
 SampledCounter CacheStatisticsSampler.getCacheXaCommitsSample()
          Get the SampledCounter for number of XA Transaction commits that have completed in the interval
 SampledCounter SampledCacheStatisticsImpl.getCacheXaRollbacksSample()
          Get the SampledCounter for number of XA Transaction rollbacks that have completed in the interval
 SampledCounter SampledCacheStatisticsWrapper.getCacheXaRollbacksSample()
           
 SampledCounter CacheStatisticsSampler.getCacheXaRollbacksSample()
          Get the SampledCounter for number of XA Transaction rollbacks that have completed in the interval
 SampledCounter SampledCacheStatisticsImpl.getSearchesPerSecondSample()
          Get the SampledCounter for number of searches that have finished in the interval
 SampledCounter SampledCacheStatisticsWrapper.getSearchesPerSecondSample()
           
 SampledCounter CacheStatisticsSampler.getSearchesPerSecondSample()
          Get the SampledCounter for number of searches that have finished in the interval
 

Uses of SampledCounter in net.sf.ehcache.util.counter.sampled
 

Subinterfaces of SampledCounter in net.sf.ehcache.util.counter.sampled
 interface SampledRateCounter
          Interface of a sampled rate counter -- a counter that keeps sampled values of rates
 

Classes in net.sf.ehcache.util.counter.sampled that implement SampledCounter
 class SampledCounterImpl
          An implementation of SampledCounter
 class SampledRateCounterImpl
          An implementation of SampledRateCounter
 


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.