Uses of Class
net.sf.ehcache.util.counter.sampled.SampledRateCounterConfig
-
Packages that use SampledRateCounterConfig Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.util.counter.sampled This package contains utility classes for SampledCounter's -
-
Uses of SampledRateCounterConfig in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return SampledRateCounterConfig Modifier and Type Method Description SampledRateCounterConfigManagementRESTServiceConfiguration. makeSampledGetRateCounterConfig()A factory method forSampledCounterConfigbased on the global settings defined on this objectSampledRateCounterConfigManagementRESTServiceConfiguration. makeSampledSearchRateCounterConfig()A factory method forSampledCounterConfigbased on the global settings defined on this object -
Uses of SampledRateCounterConfig in net.sf.ehcache.util.counter.sampled
Constructors in net.sf.ehcache.util.counter.sampled with parameters of type SampledRateCounterConfig Constructor Description SampledRateCounterImpl(SampledRateCounterConfig config)Constructor accepting the config
-