Uses of Class
org.terracotta.statistics.Table.Builder
Packages that use Table.Builder
-
Uses of Table.Builder in org.terracotta.statistics
Methods in org.terracotta.statistics that return Table.BuilderModifier and TypeMethodDescriptionstatic Table.BuilderTable.newBuilder(String... innerStatisticNames) <T extends Serializable>
Table.BuilderTable.Builder.setStatistic(String rowName, String statisticName, StatisticType type, T value) Table.Builder.withRow(String rowName, Consumer<Table.RowBuilder> c) Table.Builder.withRows(Collection<String> rowNames, BiConsumer<String, Table.RowBuilder> c)