ehcache

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

Packages that use SampledCounterConfig
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 SampledCounterConfig in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return SampledCounterConfig
 SampledCounterConfig ManagementRESTServiceConfiguration.makeSampledCounterConfig()
          A factory method for SampledCounterConfig based on the global settings defined on this object
 

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

Methods in net.sf.ehcache.statistics.sampled with parameters of type SampledCounterConfig
 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 SampledCounterConfig
SampledCacheStatisticsImpl(FailSafeTimer timer, SampledCounterConfig config)
           
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 SampledCounterConfig in net.sf.ehcache.util.counter.sampled
 

Subclasses of SampledCounterConfig in net.sf.ehcache.util.counter.sampled
 class SampledRateCounterConfig
          An implementation of SampledCounterConfig
 

Constructors in net.sf.ehcache.util.counter.sampled with parameters of type SampledCounterConfig
SampledCounterImpl(SampledCounterConfig config)
          todo GL how many threads is this creating? Constructor accepting a SampledCounterConfig
 


ehcache

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