| Package | Description |
|---|---|
| org.terracotta.statistics.registry |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
StatisticRegistry.queryStatistic(String fullStatisticName)
Query a statistic based on the full statistic name.
|
<T extends Serializable> |
StatisticRegistry.queryStatistic(String fullStatisticName,
long sinceMillis)
Query a statistic based on the full statistic name.
|
Map<String,Statistic<? extends Serializable>> |
StatisticRegistry.queryStatistics() |
Map<String,Statistic<? extends Serializable>> |
StatisticRegistry.queryStatistics(long sinceMillis) |
Copyright © 2018. All rights reserved.