Uses of Class
org.terracotta.statistics.Table
-
Packages that use Table Package Description org.terracotta.statistics org.terracotta.statistics.registry -
-
Uses of Table in org.terracotta.statistics
Methods in org.terracotta.statistics with type parameters of type Table Modifier and Type Method Description static <T extends Table>
ValueStatistic<T>ValueStatistics. table(Supplier<T> supplier)Methods in org.terracotta.statistics that return Table Modifier and Type Method Description TableTable.Builder. build()TableTableValueStatistic. value()Methods in org.terracotta.statistics that return types with arguments of type Table Modifier and Type Method Description ValueStatistic<Table>TableValueStatistic.Builder. build() -
Uses of Table in org.terracotta.statistics.registry
Method parameters in org.terracotta.statistics.registry with type arguments of type Table Modifier and Type Method Description voidStatisticRegistry. registerTable(String fullStatName, Supplier<Table> accessor)Directly register a TABLE stat with its accessors
-