Uses of Class
io.trino.benchto.driver.execution.QueryExecution
Packages that use QueryExecution
Package
Description
-
Uses of QueryExecution in io.trino.benchto.driver.execution
Methods in io.trino.benchto.driver.execution that return QueryExecutionMethods in io.trino.benchto.driver.execution with parameters of type QueryExecutionModifier and TypeMethodDescriptionQueryExecutionDriver.execute(QueryExecution queryExecution, Connection connection, Optional<Path> resultFile) Constructors in io.trino.benchto.driver.execution with parameters of type QueryExecutionModifierConstructorDescriptionQueryExecutionResult(QueryExecution queryExecution) QueryExecutionResultBuilder(QueryExecution queryExecution) -
Uses of QueryExecution in io.trino.benchto.driver.listeners
Methods in io.trino.benchto.driver.listeners with parameters of type QueryExecutionModifier and TypeMethodDescriptionFuture<?>BenchmarkServiceExecutionListener.executionStarted(QueryExecution execution) Future<?>GraphiteEventExecutionListener.executionStarted(QueryExecution execution) Future<?>LoggingBenchmarkExecutionListener.executionStarted(QueryExecution execution) -
Uses of QueryExecution in io.trino.benchto.driver.listeners.benchmark
Methods in io.trino.benchto.driver.listeners.benchmark with parameters of type QueryExecutionModifier and TypeMethodDescriptionFuture<?>BenchmarkExecutionListener.executionStarted(QueryExecution queryExecution) Future<?>DefaultBenchmarkExecutionListener.executionStarted(QueryExecution queryExecution) voidBenchmarkStatusReporter.reportExecutionStarted(QueryExecution queryExecution)