Uses of Class
org.terracotta.statistics.registry.Statistic
-
Packages that use Statistic Package Description org.terracotta.statistics.registry -
-
Uses of Statistic in org.terracotta.statistics.registry
Methods in org.terracotta.statistics.registry that return types with arguments of type Statistic Modifier and Type Method Description <T extends Serializable>
Optional<Statistic<T>>StatisticRegistry. queryStatistic(String fullStatisticName)Query a statistic based on the full statistic name.<T extends Serializable>
Optional<Statistic<T>>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)
-