|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
---|---|
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 Counter |
net.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 | |
---|---|
class |
SampledCounterProxy<E extends Number>
The Class SampledCounterProxy. |
class |
SampledRateCounterProxy<E extends Number>
The Class SampledRateCounterProxy. |
Uses of Counter in net.sf.ehcache.util.counter |
---|
Classes in net.sf.ehcache.util.counter that implement Counter | |
---|---|
class |
CounterImpl
A simple counter implementation |
Methods in net.sf.ehcache.util.counter that return Counter | |
---|---|
Counter |
CounterConfig.createCounter()
Creates and returns a Counter based on the initial value |
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 |
Methods in net.sf.ehcache.util.counter with parameters of type Counter | |
---|---|
void |
CounterManagerImpl.addCounter(Counter counter)
Adds a counter. |
void |
CounterManager.addCounter(Counter counter)
Adds a counter. |
void |
CounterManagerImpl.shutdownCounter(Counter counter)
Shuts down the counter |
void |
CounterManager.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 | |
---|---|
interface |
SampledCounter
Interface of a sampled counter -- a counter that keeps sampled values |
interface |
SampledRateCounter
Interface of a sampled rate counter -- a counter that keeps sampled values of rates |
Classes in net.sf.ehcache.util.counter.sampled that implement Counter | |
---|---|
class |
SampledCounterImpl
An implementation of SampledCounter |
class |
SampledRateCounterImpl
An implementation of SampledRateCounter |
Methods in net.sf.ehcache.util.counter.sampled that return Counter | |
---|---|
Counter |
SampledRateCounterConfig.createCounter()
Creates and returns a Counter based on the initial value |
Counter |
SampledCounterConfig.createCounter()
Creates and returns a Counter based on the initial value |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |