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


ehcache

Copyright 2001-2015, Terracotta, Inc.