| Name | Description | Type | Package | Framework |
| Counter | Interface | org.quartz.utils.counter | Quartz | |
| CounterConfig | Config for a simple CounterSince:1. | Class | org.quartz.utils.counter | Quartz |
| CounterImpl | A simple counter implementationSince:1. | Class | org.quartz.utils.counter | Quartz |
| CounterManager | A Counter Manager that accepts a config to create counters. | Interface | org.quartz.utils.counter | Quartz |
| CounterManagerImpl | An implementation of a CounterManager. | Class | org.quartz.utils.counter | Quartz |
| SampledCounter | Interface of a sampled counter -- a counter that keeps sampled valuesSince:1. | Interface | org.quartz.utils.counter.sampled | Quartz |
| SampledCounterConfig | Config for a SampledCounterSince:1. | Class | org.quartz.utils.counter.sampled | Quartz |
| SampledCounterImpl | An implementation of SampledCounterSince:1. | Class | org.quartz.utils.counter.sampled | Quartz |
| SampledRateCounter | Interface of a sampled rate counter -- a counter that keeps sampled values ofSince:1. | Interface | org.quartz.utils.counter.sampled | Quartz |
| SampledRateCounterConfig | An implementation of SampledCounterConfigSince:1. | Class | org.quartz.utils.counter.sampled | Quartz |
| SampledRateCounterImpl | An implementation of SampledRateCounterSince:1. | Class | org.quartz.utils.counter.sampled | Quartz |
| TimeStampedCounterValue | A counter value at a particular time instanceSince:1. | Class | org.quartz.utils.counter.sampled | Quartz |