ehcache

Uses of Class
net.sf.ehcache.util.counter.sampled.SampledRateCounterConfig

Packages that use SampledRateCounterConfig
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.statistics.sampled This package contains classes related to SampledCacheStatistics and its implementation. 
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
 SampledRateCounterConfig ManagementRESTServiceConfiguration.makeSampledGetRateCounterConfig()
          A factory method for SampledCounterConfig based on the global settings defined on this object
 SampledRateCounterConfig ManagementRESTServiceConfiguration.makeSampledSearchRateCounterConfig()
          A factory method for SampledCounterConfig based on the global settings defined on this object
 

Uses of SampledRateCounterConfig in net.sf.ehcache.statistics.sampled
 

Methods in net.sf.ehcache.statistics.sampled with parameters of type SampledRateCounterConfig
 void SampledCacheStatisticsWrapper.enableSampledStatistics(FailSafeTimer timer, SampledCounterConfig config, SampledRateCounterConfig rateGetConfig, SampledRateCounterConfig rateSearchConfig)
          Enabled sampled statistics with submitted FailSafeTimer and SampledCounter the specified configurations
 

Constructors in net.sf.ehcache.statistics.sampled with parameters of type SampledRateCounterConfig
SampledCacheStatisticsImpl(FailSafeTimer timer, SampledCounterConfig config, SampledRateCounterConfig rateGetConfig, SampledRateCounterConfig rateSearchConfig)
          Constructor that accepts a timer which will be used to schedule the sampled counters
 

Uses of SampledRateCounterConfig in net.sf.ehcache.util.counter.sampled
 

Constructors in net.sf.ehcache.util.counter.sampled with parameters of type SampledRateCounterConfig
SampledRateCounterImpl(SampledRateCounterConfig config)
          Constructor accepting the config
 


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.