Package org.terracotta.statistics
Class Table.Builder
java.lang.Object
org.terracotta.statistics.Table.Builder
- Enclosing class:
- Table
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()<T extends Serializable>
Table.BuildersetStatistic(String rowName, String statisticName, StatisticType type, T value) withRow(String rowName, Consumer<Table.RowBuilder> c) withRows(Collection<String> rowNames, BiConsumer<String, Table.RowBuilder> c)
-
Field Details
-
table
-
-
Constructor Details
-
Builder
-
-
Method Details
-
setStatistic
public <T extends Serializable> Table.Builder setStatistic(String rowName, String statisticName, StatisticType type, T value) -
withRow
-
withRows
-
build
-