| Package | Description |
|---|---|
| org.terracotta.statistics |
| Modifier and Type | Method and Description |
|---|---|
static Table.Builder |
Table.newBuilder(String... innerStatisticNames) |
<T extends Serializable> |
Table.Builder.setStatistic(String rowName,
String statisticName,
StatisticType type,
T value) |
Table.Builder |
Table.Builder.withRow(String rowName,
Consumer<Table.RowBuilder> c) |
Table.Builder |
Table.Builder.withRows(Collection<String> rowNames,
BiConsumer<String,Table.RowBuilder> c) |
Copyright © 2018. All rights reserved.