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 java.io.Serializable>
TableValueStatistic.RowBuilderTableValueStatistic.RowBuilder. registerStatistic(java.lang.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(java.lang.String rowName, java.util.function.Consumer<TableValueStatistic.RowBuilder> c)TableValueStatistic.BuilderTableValueStatistic.Builder. withRows(java.util.Collection<java.lang.String> rowNames, java.util.function.BiConsumer<java.lang.String,TableValueStatistic.RowBuilder> c)
-