Package org.terracotta.statistics
Class Table
- java.lang.Object
-
- org.terracotta.statistics.TableSkeleton
-
- org.terracotta.statistics.Table
-
- All Implemented Interfaces:
java.io.Serializable
public class Table extends TableSkeleton implements java.io.Serializable
A table statistic contains for each row a set of statistics.Example: The table statistic TopQueries can contain for each prepared statement the total execution time and the count.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTable.Builderstatic interfaceTable.RowBuilder
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateTable(java.lang.String... innerStatisticNames)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Table.BuildernewBuilder(java.lang.String... innerStatisticNames)-
Methods inherited from class org.terracotta.statistics.TableSkeleton
getRowCount, getRowLabels, getStatistic, getStatisticCount, getStatisticNames, getStatistics, getStatistics, insert, insert, isEmpty, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
newBuilder
public static Table.Builder newBuilder(java.lang.String... innerStatisticNames)
-
-