Package org.apache.pinot.tools.perf
Class QueryRunner.QuerySummary
- java.lang.Object
-
- org.apache.pinot.tools.perf.QueryRunner.QuerySummary
-
- Enclosing class:
- QueryRunner
public static class QueryRunner.QuerySummary extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAvgBrokerTime()doublegetAvgClientTime()doublegetAvgQps()intgetNumExceptions()intgetNumQueriesExecuted()List<org.apache.pinot.tools.perf.QueryRunner.Statistics>getStatisticsList()longgetTimePassed()StringtoString()
-
-
-
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()
-
-