Package org.terracotta.statistics
Interface Table.RowBuilder
-
- Enclosing class:
- Table
public static interface Table.RowBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends java.io.Serializable>
Table.RowBuildersetStatistic(java.lang.String statisticName, StatisticType type, T value)
-
-
-
Method Detail
-
setStatistic
<T extends java.io.Serializable> Table.RowBuilder setStatistic(java.lang.String statisticName, StatisticType type, T value)
-
-