| Package | Description |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
SampledStatisticAdapter<T extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
SampledStatisticAdapter.sample(ValueStatistic<T> accessor) |
static <T extends Serializable> |
SampledStatisticAdapter.sample(ValueStatistic<T> accessor,
Supplier<Long> timeSource) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SampledStatistic<? extends Serializable>> |
StatisticRegistry.getStatistics() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
StatisticRegistry.registerSampledStatistic(String fullStatName,
SampledStatistic<T> accessor) |
Copyright © 2018. All rights reserved.