Package | Description |
---|---|
org.quartz.utils.counter | |
org.quartz.utils.counter.sampled |
Modifier and Type | Class and Description |
---|---|
class |
CounterImpl
A simple counter implementation
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
CounterManagerImpl.shutdownCounter(Counter counter)
Shuts down the counter
|
void |
CounterManager.shutdownCounter(Counter counter)
Shuts down the counter
|
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
SampledCounterImpl
An implementation of
SampledCounter |
class |
SampledRateCounterImpl
An implementation of
SampledRateCounter |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright 2001-2019, Terracotta, Inc.