Uses of Class
net.sf.ehcache.util.counter.sampled.SampledCounterConfig
-
Packages that use SampledCounterConfig 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 SampledCounterConfig in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return SampledCounterConfig Modifier and Type Method Description SampledCounterConfigManagementRESTServiceConfiguration. makeSampledCounterConfig()A factory method forSampledCounterConfigbased on the global settings defined on this object -
Uses of SampledCounterConfig in net.sf.ehcache.util.counter.sampled
Subclasses of SampledCounterConfig in net.sf.ehcache.util.counter.sampled Modifier and Type Class Description classSampledRateCounterConfigAn implementation ofSampledCounterConfigConstructors in net.sf.ehcache.util.counter.sampled with parameters of type SampledCounterConfig Constructor Description SampledCounterImpl(SampledCounterConfig config)todo GL how many threads is this creating? Constructor accepting aSampledCounterConfig
-