Uses of Interface
net.sf.ehcache.util.counter.Counter
-
Packages that use Counter Package Description net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics.net.sf.ehcache.util.counter This package contains utility classes for Counternet.sf.ehcache.util.counter.sampled This package contains utility classes for SampledCounter's -
-
Uses of Counter in net.sf.ehcache.management.sampled
Classes in net.sf.ehcache.management.sampled that implement Counter Modifier and Type Class Description classSampledCounterProxy<E extends java.lang.Number>The Class SampledCounterProxy.classSampledRateCounterProxy<E extends java.lang.Number>The Class SampledRateCounterProxy. -
Uses of Counter in net.sf.ehcache.util.counter
Classes in net.sf.ehcache.util.counter that implement Counter Modifier and Type Class Description classCounterImplA simple counter implementationMethods in net.sf.ehcache.util.counter that return Counter Modifier and Type Method Description CounterCounterConfig. createCounter()Creates and returns a Counter based on the initial valueCounterCounterManager. createCounter(CounterConfig config)Creates a Counter based on the passed configCounterCounterManagerImpl. createCounter(CounterConfig config)Creates a Counter based on the passed configMethods in net.sf.ehcache.util.counter with parameters of type Counter Modifier and Type Method Description voidCounterManager. addCounter(Counter counter)Adds a counter.voidCounterManagerImpl. addCounter(Counter counter)Adds a counter.voidCounterManager. shutdownCounter(Counter counter)Shuts down the countervoidCounterManagerImpl. shutdownCounter(Counter counter)Shuts down the counter -
Uses of Counter in net.sf.ehcache.util.counter.sampled
Subinterfaces of Counter in net.sf.ehcache.util.counter.sampled Modifier and Type Interface Description interfaceSampledCounterInterface of a sampled counter -- a counter that keeps sampled valuesinterfaceSampledRateCounterInterface of a sampled rate counter -- a counter that keeps sampled values of ratesClasses in net.sf.ehcache.util.counter.sampled that implement Counter Modifier and Type Class Description classSampledCounterImplAn implementation ofSampledCounterclassSampledRateCounterImplAn implementation ofSampledRateCounterMethods in net.sf.ehcache.util.counter.sampled that return Counter Modifier and Type Method Description CounterSampledCounterConfig. createCounter()Creates and returns a Counter based on the initial valueCounterSampledRateCounterConfig. createCounter()Creates and returns a Counter based on the initial value
-