Uses of Class
io.trino.benchto.driver.execution.QueryExecutionResult
Packages that use QueryExecutionResult
Package
Description
-
Uses of QueryExecutionResult in io.trino.benchto.driver.execution
Methods in io.trino.benchto.driver.execution that return QueryExecutionResultModifier and TypeMethodDescriptionQueryExecutionDriver.execute(QueryExecution queryExecution, Connection connection, Optional<Path> resultFile) Methods in io.trino.benchto.driver.execution that return types with arguments of type QueryExecutionResultMethods in io.trino.benchto.driver.execution with parameters of type QueryExecutionResultModifier and TypeMethodDescriptionvoidExecutionSynchronizer.awaitAfterQueryExecutionAndBeforeResultReport(QueryExecutionResult queryExecutionResult) If metrics collection is enabled and we are doing serial benchmark, we should wait between queries, so measurements are accurate.Method parameters in io.trino.benchto.driver.execution with type arguments of type QueryExecutionResultModifier and TypeMethodDescriptionBenchmarkExecutionResult.BenchmarkExecutionResultBuilder.withExecutions(List<QueryExecutionResult> executions) -
Uses of QueryExecutionResult in io.trino.benchto.driver.listeners
Methods in io.trino.benchto.driver.listeners with parameters of type QueryExecutionResultModifier and TypeMethodDescriptionFuture<?>BenchmarkServiceExecutionListener.executionFinished(QueryExecutionResult executionResult) Future<?>GraphiteEventExecutionListener.executionFinished(QueryExecutionResult executionResult) Future<?>LoggingBenchmarkExecutionListener.executionFinished(QueryExecutionResult result) Method parameters in io.trino.benchto.driver.listeners with type arguments of type QueryExecutionResultModifier and TypeMethodDescriptionFuture<?>BenchmarkServiceExecutionListener.concurrencyTestExecutionFinished(List<QueryExecutionResult> executions) Future<?>GraphiteEventExecutionListener.concurrencyTestExecutionFinished(List<QueryExecutionResult> executions) Future<?>LoggingBenchmarkExecutionListener.concurrencyTestExecutionFinished(List<QueryExecutionResult> executions) -
Uses of QueryExecutionResult in io.trino.benchto.driver.listeners.benchmark
Methods in io.trino.benchto.driver.listeners.benchmark with parameters of type QueryExecutionResultModifier and TypeMethodDescriptionFuture<?>BenchmarkExecutionListener.executionFinished(QueryExecutionResult execution) Future<?>DefaultBenchmarkExecutionListener.executionFinished(QueryExecutionResult execution) voidBenchmarkStatusReporter.reportExecutionFinished(QueryExecutionResult queryExecutionResult) Method parameters in io.trino.benchto.driver.listeners.benchmark with type arguments of type QueryExecutionResultModifier and TypeMethodDescriptionFuture<?>BenchmarkExecutionListener.concurrencyTestExecutionFinished(List<QueryExecutionResult> executions) Future<?>DefaultBenchmarkExecutionListener.concurrencyTestExecutionFinished(List<QueryExecutionResult> executions) voidBenchmarkStatusReporter.reportConcurrencyTestExecutionFinished(List<QueryExecutionResult> executionResults) -
Uses of QueryExecutionResult in io.trino.benchto.driver.utils
Methods in io.trino.benchto.driver.utils with parameters of type QueryExecutionResultModifier and TypeMethodDescriptionstatic StringExceptionUtils.stackTraceToString(QueryExecutionResult queryExecutionResult)