| Package | Description |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.archive | |
| org.terracotta.statistics.registry |
| Modifier and Type | Method and Description |
|---|---|
List<Sample<T>> |
SampledStatistic.history()
The history of values
|
List<Sample<T>> |
SampledStatisticAdapter.history() |
List<Sample<T>> |
SampledStatistic.history(long since)
The history of values, since a given time in ms
|
List<Sample<T>> |
SampledStatisticAdapter.history(long since) |
| Modifier and Type | Method and Description |
|---|---|
List<Sample<T>> |
StatisticArchive.getArchive() |
List<Sample<T>> |
StatisticArchive.getArchive(long since) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticArchive.accept(Sample<T> object) |
| Constructor and Description |
|---|
StatisticArchive(int size,
SampleSink<? super Sample<T>> overspill) |
StatisticSampler(long time,
TimeUnit unit,
ValueStatistic<T> statistic,
SampleSink<Sample<T>> sink) |
StatisticSampler(ScheduledExecutorService executor,
long time,
TimeUnit unit,
ValueStatistic<T> statistic,
SampleSink<Sample<T>> sink) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Sample<T>> |
Statistic.getLatestSample() |
List<Sample<T>> |
Statistic.getSamples() |
| Constructor and Description |
|---|
Statistic(StatisticType type,
Sample<T> sample) |
| Constructor and Description |
|---|
Statistic(StatisticType type,
List<Sample<T>> samples) |
Copyright © 2018. All rights reserved.