Uses of Class
net.sf.ehcache.util.counter.CounterConfig
-
Packages that use CounterConfig Package Description net.sf.ehcache.util.counter This package contains utility classes for Counternet.sf.ehcache.util.counter.sampled This package contains utility classes for SampledCounter's -
-
Uses of CounterConfig in net.sf.ehcache.util.counter
Methods in net.sf.ehcache.util.counter with parameters of type CounterConfig Modifier and Type Method Description CounterCounterManager. createCounter(CounterConfig config)Creates a Counter based on the passed configCounterCounterManagerImpl. createCounter(CounterConfig config)Creates a Counter based on the passed config -
Uses of CounterConfig in net.sf.ehcache.util.counter.sampled
Subclasses of CounterConfig in net.sf.ehcache.util.counter.sampled Modifier and Type Class Description classSampledCounterConfigConfig for aSampledCounterclassSampledRateCounterConfigAn implementation ofSampledCounterConfig
-