Uses of Class
org.hotrod.torcs.QueryExecution
-
Packages that use QueryExecution Package Description org.hotrod.torcs org.hotrod.torcs.plan org.hotrod.torcs.rankings -
-
Uses of QueryExecution in org.hotrod.torcs
Methods in org.hotrod.torcs with parameters of type QueryExecution Modifier and Type Method Description abstract voidQueryExecutionObserver. apply(QueryExecution execution)StringTorcs. getEstimatedExecutionPlan(QueryExecution execution)StringTorcs. getEstimatedExecutionPlan(QueryExecution execution, int variation) -
Uses of QueryExecution in org.hotrod.torcs.plan
Methods in org.hotrod.torcs.plan with parameters of type QueryExecution Modifier and Type Method Description StringApacheDerbyPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringDB2PlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringH2PlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringHyperSQLPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringMariaDBPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringMySQLPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringOraclePlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)default StringPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution)StringPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringPostgreSQLPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringSQLServerPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format)StringSybaseASEPlanRetriever. getEstimatedExecutionPlan(QueryExecution execution, int format) -
Uses of QueryExecution in org.hotrod.torcs.rankings
Methods in org.hotrod.torcs.rankings that return QueryExecution Modifier and Type Method Description QueryExecutionRankingEntry. getFastestExecution()QueryExecutionRankingEntry. getFirstExecution()QueryExecutionRankingEntry. getLastExecution()QueryExecutionRankingEntry. getSlowestExecution()Methods in org.hotrod.torcs.rankings with parameters of type QueryExecution Modifier and Type Method Description voidHighestFrequencyRanking. apply(QueryExecution execution)voidHighestImpactRanking. apply(QueryExecution execution)voidHighestResponseTimeRanking. apply(QueryExecution execution)voidInitialQueriesRanking. apply(QueryExecution execution)voidLatestQueriesRanking. apply(QueryExecution execution)voidRankingEntry. apply(QueryExecution execution)voidRankingEntry. apply(QueryExecution execution, long currentTime)Constructors in org.hotrod.torcs.rankings with parameters of type QueryExecution Constructor Description RankingEntry(QueryExecution execution)
-