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 ComprehensiveCacheSamplerImpl.getAverageGetTimeNanosSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter ComprehensiveCacheSampler.getAverageGetTimeNanosSample()
          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.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter ComprehensiveCacheSamplerImpl.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period
 SampledRateCounter ComprehensiveCacheSampler.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 SampledCacheStatisticsImpl.getAverageGetTimeNanosSample()
           
 SampledRateCounter SampledCacheStatisticsWrapper.getAverageGetTimeNanosSample()
           
 SampledRateCounter CacheStatisticsSampler.getAverageGetTimeNanosSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter SampledCacheStatisticsImpl.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache
 SampledRateCounter SampledCacheStatisticsWrapper.getAverageGetTimeSample()
           
 SampledRateCounter CacheStatisticsSampler.getAverageGetTimeSample()
          Deprecated.  
 SampledRateCounter SampledCacheStatisticsImpl.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period
 SampledRateCounter SampledCacheStatisticsWrapper.getAverageSearchTimeSample()
           
 SampledRateCounter CacheStatisticsSampler.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-2014 Terracotta, Inc.. All Rights Reserved.