Class QueryRunner.QuerySummary

  • Enclosing class:
    QueryRunner

    public static class QueryRunner.QuerySummary
    extends Object
    • Method Detail

      • getTimePassed

        public long getTimePassed()
      • getNumQueriesExecuted

        public int getNumQueriesExecuted()
      • getNumExceptions

        public int getNumExceptions()
      • getAvgQps

        public double getAvgQps()
      • getAvgBrokerTime

        public double getAvgBrokerTime()
      • getAvgClientTime

        public double getAvgClientTime()
      • getStatisticsList

        public List<org.apache.pinot.tools.perf.QueryRunner.Statistics> getStatisticsList()