Uses of Class
org.terracotta.statistics.registry.Statistic
Packages that use Statistic
-
Uses of Statistic in org.terracotta.statistics.registry
Methods in org.terracotta.statistics.registry that return StatisticModifier and TypeMethodDescription(package private) static <T extends Serializable>
Statistic<T>Statistic.extract(ValueStatistic<T> valueStatistic, long sinceMillis, long now) Methods in org.terracotta.statistics.registry that return types with arguments of type StatisticModifier and TypeMethodDescription<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)