| Package | Description |
|---|---|
| com.helger.quartz.utils.counter | |
| com.helger.quartz.utils.counter.sampled |
| Modifier and Type | Class and Description |
|---|---|
class |
Counter
A simple counter implementation
|
| Modifier and Type | Method and Description |
|---|---|
ICounter |
CounterConfig.createCounter()
Creates and returns a Counter based on the initial value
|
ICounter |
CounterManager.createCounter(CounterConfig config)
Creates a Counter based on tha passed config
|
ICounter |
ICounterManager.createCounter(CounterConfig config)
Creates a Counter based on tha passed config
|
| Modifier and Type | Method and Description |
|---|---|
void |
CounterManager.shutdownCounter(ICounter counter)
Shuts down the counter
|
void |
ICounterManager.shutdownCounter(ICounter counter)
Shuts down the counter
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISampledCounter
Interface of a sampled counter -- a counter that keeps sampled values
|
interface |
ISampledRateCounter
Interface of a sampled rate counter -- a counter that keeps sampled values of
rates
|
| Modifier and Type | Class and Description |
|---|---|
class |
SampledCounter
An implementation of
ISampledCounter |
class |
SampledRateCounter
An implementation of
ISampledRateCounter |
| Modifier and Type | Method and Description |
|---|---|
ICounter |
SampledCounterConfig.createCounter()
Creates and returns a Counter based on the initial value
|
ICounter |
SampledRateCounterConfig.createCounter() |
Copyright © 2016–2021 Philip Helger. All rights reserved.