Uses of Interface
org.terracotta.statistics.TableValueStatistic.RowBuilder
-
Packages that use TableValueStatistic.RowBuilder Package Description org.terracotta.statistics -
-
Uses of TableValueStatistic.RowBuilder in org.terracotta.statistics
Methods in org.terracotta.statistics that return TableValueStatistic.RowBuilder Modifier and Type Method Description <T extends Serializable>
TableValueStatistic.RowBuilderTableValueStatistic.RowBuilder. registerStatistic(String statisticName, ValueStatistic<T> accessor)Method parameters in org.terracotta.statistics with type arguments of type TableValueStatistic.RowBuilder Modifier and Type Method Description TableValueStatistic.BuilderTableValueStatistic.Builder. withRow(String rowName, Consumer<TableValueStatistic.RowBuilder> c)TableValueStatistic.BuilderTableValueStatistic.Builder. withRows(Collection<String> rowNames, BiConsumer<String,TableValueStatistic.RowBuilder> c)
-