ehcache

Uses of Class
net.sf.ehcache.util.counter.CounterConfig

Packages that use CounterConfig
net.sf.ehcache.util.counter This package contains utility classes for Counter 
net.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
 Counter CounterManagerImpl.createCounter(CounterConfig config)
          Creates a Counter based on the passed config
 Counter CounterManager.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
 class SampledCounterConfig
          Config for a SampledCounter
 class SampledRateCounterConfig
          An implementation of SampledCounterConfig
 


ehcache

Copyright 2001-2016, Terracotta, Inc.