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