Uses of Interface
org.terracotta.statistics.Table.RowBuilder
Packages that use Table.RowBuilder
-
Uses of Table.RowBuilder in org.terracotta.statistics
Methods in org.terracotta.statistics that return Table.RowBuilderModifier and TypeMethodDescription<T extends Serializable>
Table.RowBuilderTable.RowBuilder.setStatistic(String statisticName, StatisticType type, T value) Method parameters in org.terracotta.statistics with type arguments of type Table.RowBuilderModifier and TypeMethodDescriptionTable.Builder.withRow(String rowName, Consumer<Table.RowBuilder> c) Table.Builder.withRows(Collection<String> rowNames, BiConsumer<String, Table.RowBuilder> c)