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 java.io.Serializable>
Table.RowBuilderTable.RowBuilder. setStatistic(java.lang.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(java.lang.String rowName, java.util.function.Consumer<Table.RowBuilder> c)Table.BuilderTable.Builder. withRows(java.util.Collection<java.lang.String> rowNames, java.util.function.BiConsumer<java.lang.String,Table.RowBuilder> c)
-