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