Uses of Class
io.trino.benchto.driver.execution.BenchmarkExecutionResult
Packages that use BenchmarkExecutionResult
Package
Description
-
Uses of BenchmarkExecutionResult in io.trino.benchto.driver
Methods in io.trino.benchto.driver that return types with arguments of type BenchmarkExecutionResultConstructor parameters in io.trino.benchto.driver with type arguments of type BenchmarkExecutionResultModifierConstructorDescriptionFailedBenchmarkExecutionException(List<BenchmarkExecutionResult> failedBenchmarkResults, int benchmarksCount) -
Uses of BenchmarkExecutionResult in io.trino.benchto.driver.execution
Methods in io.trino.benchto.driver.execution that return BenchmarkExecutionResultModifier and TypeMethodDescriptionBenchmarkExecutionResult.BenchmarkExecutionResultBuilder.build()Methods in io.trino.benchto.driver.execution that return types with arguments of type BenchmarkExecutionResult -
Uses of BenchmarkExecutionResult in io.trino.benchto.driver.listeners
Methods in io.trino.benchto.driver.listeners with parameters of type BenchmarkExecutionResultModifier and TypeMethodDescriptionFuture<?>BenchmarkServiceExecutionListener.benchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult) Future<?>GraphiteEventExecutionListener.benchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult) Future<?>LoggingBenchmarkExecutionListener.benchmarkFinished(BenchmarkExecutionResult result) -
Uses of BenchmarkExecutionResult in io.trino.benchto.driver.listeners.benchmark
Methods in io.trino.benchto.driver.listeners.benchmark with parameters of type BenchmarkExecutionResultModifier and TypeMethodDescriptionFuture<?>BenchmarkExecutionListener.benchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult) Future<?>DefaultBenchmarkExecutionListener.benchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult) voidBenchmarkStatusReporter.reportBenchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult)