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
Fields in org.terracotta.statistics declared as Table Modifier and Type Field Description private TableTable.Builder. tableMethods in org.terracotta.statistics with type parameters of type Table Modifier and Type Method Description static <T extends Table>
ValueStatistic<T>ValueStatistics. table(java.util.function.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(java.lang.String fullStatName, java.util.function.Supplier<Table> accessor)Directly register a TABLE stat with its accessors
-