Package org.terracotta.statistics
Interface TableValueStatistic.RowBuilder
- Enclosing class:
- TableValueStatistic
public static interface TableValueStatistic.RowBuilder
-
Method Summary
Modifier and TypeMethodDescription<T extends Serializable>
TableValueStatistic.RowBuilderregisterStatistic(String statisticName, ValueStatistic<T> accessor)
-
Method Details
-
registerStatistic
<T extends Serializable> TableValueStatistic.RowBuilder registerStatistic(String statisticName, ValueStatistic<T> accessor)
-