| Package | Description |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.archive | |
| org.terracotta.statistics.derived.latency | |
| 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.add(Sample<T> object) |
| Constructor and Description |
|---|
StatisticArchive(int size,
Consumer<? super Sample<T>> overspill) |
StatisticSampler(long time,
TimeUnit unit,
ValueStatistic<T> statistic,
Consumer<Sample<T>> sink,
LongSupplier timeSupplier) |
StatisticSampler(ScheduledExecutorService executor,
long time,
TimeUnit unit,
ValueStatistic<T> statistic,
Consumer<Sample<T>> sink,
LongSupplier timeSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<Sample<Long>> |
MaximumLatencyHistory.history() |
List<Sample<Long>> |
MaximumLatencyHistory.history(long sinceMillis) |
| 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.