Uses of Interface
net.sf.ehcache.util.counter.sampled.SampledRateCounter
-
Packages that use SampledRateCounter Package Description 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 Modifier and Type Class Description classSampledRateCounterProxy<E extends java.lang.Number>The Class SampledRateCounterProxy.Methods in net.sf.ehcache.management.sampled that return SampledRateCounter Modifier and Type Method Description SampledRateCounterCacheSampler. getAverageGetTimeSample()Get theSampledRateCounterfor average time taken for get() operation in the cache.SampledRateCounterCacheSamplerImpl. getAverageGetTimeSample()Get theSampledRateCounterfor average time taken for get() operation in the cache.SampledRateCounterSampledCache. getAverageGetTimeSample()SampledRateCounterCacheSampler. getAverageSearchTimeSample()Get theSampledRateCounterfor average search execution time for searches finishing within the last sample period.SampledRateCounterCacheSamplerImpl. getAverageSearchTimeSample()Get theSampledRateCounterfor average search execution time for searches finishing within the last sample period.SampledRateCounterSampledCache. getAverageSearchTimeSample() -
Uses of SampledRateCounter in net.sf.ehcache.util.counter.sampled
Classes in net.sf.ehcache.util.counter.sampled that implement SampledRateCounter Modifier and Type Class Description classSampledRateCounterImplAn implementation ofSampledRateCounter
-