Package org.terracotta.statistics
Interface Table.RowBuilder
- Enclosing class:
- Table
public static interface Table.RowBuilder
-
Method Summary
Modifier and TypeMethodDescription<T extends Serializable>
Table.RowBuildersetStatistic(String statisticName, StatisticType type, T value)
-
Method Details
-
setStatistic
<T extends Serializable> Table.RowBuilder setStatistic(String statisticName, StatisticType type, T value)
-