Uses of Interface
org.terracotta.statistics.Table.RowBuilder
-
Packages that use Table.RowBuilder Package Description org.terracotta.statistics -
-
Uses of Table.RowBuilder in org.terracotta.statistics
Methods in org.terracotta.statistics that return Table.RowBuilder Modifier and Type Method Description <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.RowBuilder Modifier and Type Method Description Table.BuilderTable.Builder. withRow(String rowName, Consumer<Table.RowBuilder> c)Table.BuilderTable.Builder. withRows(Collection<String> rowNames, BiConsumer<String,Table.RowBuilder> c)
-