Package org.terracotta.statistics
Class Table
java.lang.Object
org.terracotta.statistics.TableSkeleton
org.terracotta.statistics.Table
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.terracotta.statistics.TableSkeleton
getRowCount, getRowLabels, getStatistic, getStatisticCount, getStatisticNames, getStatistics, getStatistics, insert, insert, isEmpty, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Table
-
-
Method Details
-
newBuilder
-