Class 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
    • Constructor Detail

      • Table

        private Table​(java.lang.String... innerStatisticNames)
    • Method Detail

      • newBuilder

        public static Table.Builder newBuilder​(java.lang.String... innerStatisticNames)