| Package | Description |
|---|---|
| com.helger.quartz.utils.counter.sampled |
| Modifier and Type | Field and Description |
|---|---|
protected CircularLossyQueue<TimeStampedCounterValue> |
SampledCounter.m_aHistory
The history of this counter
|
| Modifier and Type | Method and Description |
|---|---|
TimeStampedCounterValue[] |
ISampledCounter.getAllSampleValues()
Returns all samples in history
|
TimeStampedCounterValue[] |
SampledCounter.getAllSampleValues() |
TimeStampedCounterValue |
ISampledCounter.getMostRecentSample()
Returns the most recent sampled value
|
TimeStampedCounterValue |
SampledCounter.getMostRecentSample() |
Copyright © 2016–2021 Philip Helger. All rights reserved.