| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Counter | |
|---|---|
| org.quartz.utils.counter | |
| org.quartz.utils.counter.sampled | |
| Uses of Counter in org.quartz.utils.counter | 
|---|
| Classes in org.quartz.utils.counter that implement Counter | |
|---|---|
 class | 
CounterImpl
A simple counter implementation  | 
| Methods in org.quartz.utils.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 tha passed config  | 
 Counter | 
CounterManager.createCounter(CounterConfig config)
Creates a Counter based on tha passed config  | 
| Methods in org.quartz.utils.counter with parameters of type Counter | |
|---|---|
 void | 
CounterManagerImpl.shutdownCounter(Counter counter)
Shuts down the counter  | 
 void | 
CounterManager.shutdownCounter(Counter counter)
Shuts down the counter  | 
| Uses of Counter in org.quartz.utils.counter.sampled | 
|---|
| Subinterfaces of Counter in org.quartz.utils.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 org.quartz.utils.counter.sampled that implement Counter | |
|---|---|
 class | 
SampledCounterImpl
An implementation of SampledCounter | 
 class | 
SampledRateCounterImpl
An implementation of SampledRateCounter | 
| Methods in org.quartz.utils.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  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||