ehcache

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

Packages that use SampledRateCounter
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 SampledRateCounter in net.sf.ehcache.management.sampled
 

Methods in net.sf.ehcache.management.sampled that return SampledRateCounter
 SampledRateCounter ComprehensiveCacheSampler.getAverageGetTimeNanosSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter ComprehensiveCacheSamplerImpl.getAverageGetTimeNanosSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter ComprehensiveCacheSampler.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter ComprehensiveCacheSamplerImpl.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter ComprehensiveCacheSampler.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period
 SampledRateCounter ComprehensiveCacheSamplerImpl.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period
 

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

Methods in net.sf.ehcache.statistics.sampled that return SampledRateCounter
 SampledRateCounter CacheStatisticsSampler.getAverageGetTimeNanosSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter SampledCacheStatisticsWrapper.getAverageGetTimeNanosSample()
           
 SampledRateCounter SampledCacheStatisticsImpl.getAverageGetTimeNanosSample()
           
 SampledRateCounter CacheStatisticsSampler.getAverageGetTimeSample()
          Deprecated.  
 SampledRateCounter SampledCacheStatisticsWrapper.getAverageGetTimeSample()
           
 SampledRateCounter SampledCacheStatisticsImpl.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter CacheStatisticsSampler.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period
 SampledRateCounter SampledCacheStatisticsWrapper.getAverageSearchTimeSample()
           
 SampledRateCounter SampledCacheStatisticsImpl.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period
 

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

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


ehcache

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