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.util.counter.sampled This package contains utility classes for SampledCounter's 
 

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

Classes in net.sf.ehcache.management.sampled that implement SampledRateCounter
 class SampledRateCounterProxy<E extends Number>
          The Class SampledRateCounterProxy.
 

Methods in net.sf.ehcache.management.sampled that return SampledRateCounter
 SampledRateCounter CacheSamplerImpl.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache.
 SampledRateCounter SampledCache.getAverageGetTimeSample()
           
 SampledRateCounter CacheSampler.getAverageGetTimeSample()
          Get the SampledRateCounter for average time taken for get() operation in the cache.
 SampledRateCounter CacheSamplerImpl.getAverageSearchTimeSample()
          Get the SampledRateCounter for average search execution time for searches finishing within the last sample period.
 SampledRateCounter SampledCache.getAverageSearchTimeSample()
           
 SampledRateCounter CacheSampler.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
 



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