Index

A B C D E F G H I L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAttribute(String, String) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.AttributeRequest.AttributeRequestBuilder
 
addMeasurement(Measurement) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.FinishRequestBuilder
 
addMeasurements(Collection<Measurement>) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.FinishRequestBuilder
 
addQueryInfo(String) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.FinishRequestBuilder
 
addVariable(String, String) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.BenchmarkStartRequest.BenchmarkStartRequestBuilder
 
AFTER_BENCHMARK_MACROS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
AFTER_EXECUTION_MACROS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
AnnotatedQueryParser - Class in io.trino.benchto.driver.loader
Parses sql queries from files where first line can be single line header.
AnnotatedQueryParser() - Constructor for class io.trino.benchto.driver.loader.AnnotatedQueryParser
 
asStringList(Object) - Static method in class io.trino.benchto.driver.utils.YamlUtils
 
AttributeRequest() - Constructor for class io.trino.benchto.driver.service.BenchmarkServiceClient.AttributeRequest
 
AttributeRequestBuilder(T) - Constructor for class io.trino.benchto.driver.service.BenchmarkServiceClient.AttributeRequest.AttributeRequestBuilder
 
attributes - Variable in class io.trino.benchto.driver.service.BenchmarkServiceClient.AttributeRequest
 
awaitAfterBenchmarkExecutionAndBeforeResultReport(Benchmark) - Method in class io.trino.benchto.driver.execution.ExecutionSynchronizer
If metrics collection is enabled and we are doing concurrent benchmark, we should wait between benchmarks, so measurements are accurate.
awaitAfterQueryExecutionAndBeforeResultReport(QueryExecutionResult) - Method in class io.trino.benchto.driver.execution.ExecutionSynchronizer
If metrics collection is enabled and we are doing serial benchmark, we should wait between queries, so measurements are accurate.
awaitAllFutures(long, TimeUnit) - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 

B

BEFORE_BENCHMARK_MACROS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
BEFORE_EXECUTION_MACROS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
Benchmark - Class in io.trino.benchto.driver
 
BENCHMARK - Enum constant in enum class io.trino.benchto.driver.BenchmarkProperties.QueryRepetitionScope
 
BENCHMARK_PREWARM_RUNS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
Benchmark.BenchmarkBuilder - Class in io.trino.benchto.driver
 
BenchmarkBuilder(Benchmark, String) - Constructor for class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
BenchmarkBuilder(String, String, List<Query>) - Constructor for class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
BenchmarkDescriptor - Class in io.trino.benchto.driver.loader
Wrapper class around benchmark variables map with helper access methods.
BenchmarkDescriptor(Map<String, String>) - Constructor for class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
BenchmarkExecutionDriver - Class in io.trino.benchto.driver.execution
 
BenchmarkExecutionDriver() - Constructor for class io.trino.benchto.driver.execution.BenchmarkExecutionDriver
 
BenchmarkExecutionException - Exception Class in io.trino.benchto.driver
 
BenchmarkExecutionException(String) - Constructor for exception class io.trino.benchto.driver.BenchmarkExecutionException
 
BenchmarkExecutionException(String, Throwable) - Constructor for exception class io.trino.benchto.driver.BenchmarkExecutionException
 
BenchmarkExecutionException(Throwable) - Constructor for exception class io.trino.benchto.driver.BenchmarkExecutionException
 
BenchmarkExecutionListener - Interface in io.trino.benchto.driver.listeners.benchmark
 
BenchmarkExecutionResult - Class in io.trino.benchto.driver.execution
 
BenchmarkExecutionResult.BenchmarkExecutionResultBuilder - Class in io.trino.benchto.driver.execution
 
BenchmarkExecutionResultBuilder(Benchmark) - Constructor for class io.trino.benchto.driver.execution.BenchmarkExecutionResult.BenchmarkExecutionResultBuilder
 
benchmarkFinished(BenchmarkExecutionResult) - Method in interface io.trino.benchto.driver.listeners.benchmark.BenchmarkExecutionListener
 
benchmarkFinished(BenchmarkExecutionResult) - Method in class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
benchmarkFinished(BenchmarkExecutionResult) - Method in class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
benchmarkFinished(BenchmarkExecutionResult) - Method in class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
benchmarkFinished(BenchmarkExecutionResult) - Method in class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 
BenchmarkLoader - Class in io.trino.benchto.driver.loader
 
BenchmarkLoader() - Constructor for class io.trino.benchto.driver.loader.BenchmarkLoader
 
BenchmarkProperties - Class in io.trino.benchto.driver
 
BenchmarkProperties() - Constructor for class io.trino.benchto.driver.BenchmarkProperties
 
BenchmarkProperties.QueryRepetitionScope - Enum Class in io.trino.benchto.driver
 
BenchmarkServiceClient - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient() - Constructor for class io.trino.benchto.driver.service.BenchmarkServiceClient
 
BenchmarkServiceClient.AttributeRequest - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.AttributeRequest.AttributeRequestBuilder<T extends BenchmarkServiceClient.AttributeRequest> - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.BenchmarkStartRequest - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.BenchmarkStartRequest.BenchmarkStartRequestBuilder - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.ExecutionStartRequest - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.ExecutionStartRequest.ExecutionStartRequestBuilder - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.FinishRequest - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.FinishRequest.FinishRequestBuilder - Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.FinishRequest.Status - Enum Class in io.trino.benchto.driver.service
 
BenchmarkServiceClient.GenerateUniqueNamesRequestItem - Class in io.trino.benchto.driver.service
 
BenchmarkServiceExecutionListener - Class in io.trino.benchto.driver.listeners
 
BenchmarkServiceExecutionListener() - Constructor for class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
benchmarksFilesDirs() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
benchmarkStarted(Benchmark) - Method in interface io.trino.benchto.driver.listeners.benchmark.BenchmarkExecutionListener
 
benchmarkStarted(Benchmark) - Method in class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
benchmarkStarted(Benchmark) - Method in class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
benchmarkStarted(Benchmark) - Method in class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
benchmarkStarted(Benchmark) - Method in class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 
BenchmarkStartRequestBuilder(String) - Constructor for class io.trino.benchto.driver.service.BenchmarkServiceClient.BenchmarkStartRequest.BenchmarkStartRequestBuilder
 
BenchmarkStatusReporter - Class in io.trino.benchto.driver.listeners.benchmark
 
BenchmarkStatusReporter(List<BenchmarkExecutionListener>) - Constructor for class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
build() - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
build() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult.BenchmarkExecutionResultBuilder
 
build() - Method in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder
 
build() - Method in class io.trino.benchto.driver.Measurable.MeasuredBuilder
 
build() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.AttributeRequest.AttributeRequestBuilder
 

C

canExecuteBenchmarkMacro(String) - Method in interface io.trino.benchto.driver.macro.MacroExecutionDriver
 
canExecuteBenchmarkMacro(String) - Method in class io.trino.benchto.driver.macro.query.QueryMacroExecutionDriver
 
canExecuteBenchmarkMacro(String) - Method in class io.trino.benchto.driver.macro.shell.ShellMacroExecutionDriver
 
cartesianProduct(Map<K, List<V>>) - Static method in class io.trino.benchto.driver.utils.CartesianProductUtils
Computes cartesian product from a multimap.
CartesianProductUtils - Class in io.trino.benchto.driver.utils
Utility class for computing cartesian product form a map of lists (multimap).
compare(String, String) - Method in class io.trino.benchto.driver.utils.NaturalOrderComparator
 
compareCount(Path, int) - Static method in class io.trino.benchto.driver.utils.QueryUtils
 
compareRows(Path, ResultSet) - Static method in class io.trino.benchto.driver.utils.QueryUtils
 
CONCURRENCY_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
concurrencyTestExecutionFinished(List<QueryExecutionResult>) - Method in interface io.trino.benchto.driver.listeners.benchmark.BenchmarkExecutionListener
 
concurrencyTestExecutionFinished(List<QueryExecutionResult>) - Method in class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
concurrencyTestExecutionFinished(List<QueryExecutionResult>) - Method in class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
concurrencyTestExecutionFinished(List<QueryExecutionResult>) - Method in class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
concurrencyTestExecutionFinished(List<QueryExecutionResult>) - Method in class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 
create(int) - Method in class io.trino.benchto.driver.concurrent.ExecutorServiceFactory
 

D

data(String) - Method in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder
 
DATA_POINT_TIMESTAMP_INDEX - Static variable in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteRenderResponseItem
 
DATA_POINT_VALUE_INDEX - Static variable in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteRenderResponseItem
 
DATA_SOURCE_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
DefaultBenchmarkExecutionListener - Class in io.trino.benchto.driver.listeners.benchmark
 
DefaultBenchmarkExecutionListener() - Constructor for class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
defaultTaskExecutor() - Method in class io.trino.benchto.driver.DriverApp
 
DriverApp - Class in io.trino.benchto.driver
 
DriverApp() - Constructor for class io.trino.benchto.driver.DriverApp
 
DurationMeasurementProvider - Class in io.trino.benchto.driver.listeners.measurements
 
DurationMeasurementProvider() - Constructor for class io.trino.benchto.driver.listeners.measurements.DurationMeasurementProvider
 

E

end - Variable in class io.trino.benchto.driver.Measurable
 
ENDED - Enum constant in enum class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.Status
 
endTimer() - Method in class io.trino.benchto.driver.Measurable.MeasuredBuilder
 
environmentName(String) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.BenchmarkStartRequest.BenchmarkStartRequestBuilder
 
equals(Object) - Method in class io.trino.benchto.driver.Benchmark
 
equals(Object) - Method in class io.trino.benchto.driver.service.Measurement
 
ExceptionUtils - Class in io.trino.benchto.driver.utils
 
execute() - Method in class io.trino.benchto.driver.execution.ExecutionDriver
 
execute(QueryExecution, Connection, Optional<Path>) - Method in class io.trino.benchto.driver.execution.QueryExecutionDriver
 
execute(Instant, Callable<T>) - Method in class io.trino.benchto.driver.execution.ExecutionSynchronizer
Executes callable when time comes.
execute(List<Benchmark>, int, int, Optional<ZonedDateTime>) - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionDriver
 
ExecutionDriver - Class in io.trino.benchto.driver.execution
 
ExecutionDriver() - Constructor for class io.trino.benchto.driver.execution.ExecutionDriver
 
executionFinished(QueryExecutionResult) - Method in interface io.trino.benchto.driver.listeners.benchmark.BenchmarkExecutionListener
 
executionFinished(QueryExecutionResult) - Method in class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
executionFinished(QueryExecutionResult) - Method in class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
executionFinished(QueryExecutionResult) - Method in class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
executionFinished(QueryExecutionResult) - Method in class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 
executionStarted(QueryExecution) - Method in interface io.trino.benchto.driver.listeners.benchmark.BenchmarkExecutionListener
 
executionStarted(QueryExecution) - Method in class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
executionStarted(QueryExecution) - Method in class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
executionStarted(QueryExecution) - Method in class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
executionStarted(QueryExecution) - Method in class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 
ExecutionStartRequestBuilder() - Constructor for class io.trino.benchto.driver.service.BenchmarkServiceClient.ExecutionStartRequest.ExecutionStartRequestBuilder
 
ExecutionSynchronizer - Class in io.trino.benchto.driver.execution
This class is responsible for synchronizing threads in driver if graphite metrics collection is enabled.
ExecutionSynchronizer() - Constructor for class io.trino.benchto.driver.execution.ExecutionSynchronizer
 
ExecutorServiceFactory - Class in io.trino.benchto.driver.concurrent
 
ExecutorServiceFactory() - Constructor for class io.trino.benchto.driver.concurrent.ExecutorServiceFactory
 
extractKeyValue(String) - Static method in class io.trino.benchto.driver.macro.query.QueryMacroExecutionDriver
 
extractPaths(String) - Static method in class io.trino.benchto.driver.utils.PropertiesUtils
 

F

failed(Exception) - Method in class io.trino.benchto.driver.execution.QueryExecutionResult.QueryExecutionResultBuilder
 
FAILED - Enum constant in enum class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.Status
 
FailedBenchmarkExecutionException - Exception Class in io.trino.benchto.driver
 
FailedBenchmarkExecutionException(List<BenchmarkExecutionResult>, int) - Constructor for exception class io.trino.benchto.driver.FailedBenchmarkExecutionException
 
fetchRows(String, ResultSet) - Static method in class io.trino.benchto.driver.utils.QueryUtils
 
finishBenchmark(String, String, BenchmarkServiceClient.FinishRequest) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
finishExecution(String, String, String, BenchmarkServiceClient.FinishRequest) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
FinishRequestBuilder() - Constructor for class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.FinishRequestBuilder
 
format(Unit<?>) - Static method in class io.trino.benchto.driver.utils.UnitConverter
 
forPaths() - Static method in class io.trino.benchto.driver.utils.NaturalOrderComparator
 
forStrings() - Static method in class io.trino.benchto.driver.utils.NaturalOrderComparator
 
freemarkerConfiguration() - Method in class io.trino.benchto.driver.DriverApp
 
FREQUENCY_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 

G

generateQuerySqlStatement(Query, Map<String, ?>) - Method in class io.trino.benchto.driver.loader.SqlStatementGenerator
 
generateUniqueBenchmarkNames(List<BenchmarkServiceClient.GenerateUniqueNamesRequestItem>) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
generateUniqueNamesRequestItem(String, Map<String, String>) - Static method in class io.trino.benchto.driver.service.BenchmarkServiceClient.GenerateUniqueNamesRequestItem
 
getActiveBenchmarks() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getActiveVariables() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getAfterAllMacros() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getAfterBenchmarkMacros() - Method in class io.trino.benchto.driver.Benchmark
 
getAfterBenchmarkMacros() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getAfterExecutionMacros() - Method in class io.trino.benchto.driver.Benchmark
 
getAfterExecutionMacros() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getBeforeAllMacros() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getBeforeBenchmarkMacros() - Method in class io.trino.benchto.driver.Benchmark
 
getBeforeBenchmarkMacros() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getBeforeExecutionMacros() - Method in class io.trino.benchto.driver.Benchmark
 
getBeforeExecutionMacros() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getBenchmark() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult
 
getBenchmark() - Method in class io.trino.benchto.driver.execution.QueryExecution
 
getBenchmark() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getBenchmark() - Method in class io.trino.benchto.driver.Measurable
 
getBenchmarkPrewarmRuns() - Method in class io.trino.benchto.driver.Benchmark
 
getBenchmarkPrewarmRuns() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getBenchmarksCount() - Method in exception class io.trino.benchto.driver.FailedBenchmarkExecutionException
 
getBenchmarkSuccessfulExecutionAges(List<String>) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
getCommand() - Method in class io.trino.benchto.driver.macro.shell.ShellMacroProperties
 
getConcurrency() - Method in class io.trino.benchto.driver.Benchmark
 
getConcurrency() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getCpuGraphiteExpr() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
getDataSource() - Method in class io.trino.benchto.driver.Benchmark
 
getDataSource() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getDataSources() - Method in class io.trino.benchto.driver.jdbc.MultipleDataSourcesProperties
 
getEnvironment() - Method in class io.trino.benchto.driver.Benchmark
 
getEnvironment() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult
 
getEnvironment() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getEnvironment() - Method in class io.trino.benchto.driver.Measurable
 
getEnvironmentName() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getExecutions() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult
 
getExecutionSequenceId() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getFailedBenchmarkResults() - Method in exception class io.trino.benchto.driver.FailedBenchmarkExecutionException
 
getFailureCause() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getFailureCauses() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult
 
getFrequency() - Method in class io.trino.benchto.driver.Benchmark
 
getFrequency() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getGraphiteMetricsDelay() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
getGraphiteResolutionSeconds() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
getHealthCheckMacros() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getMacros() - Method in class io.trino.benchto.driver.macro.shell.ShellMacrosProperties
 
getMemoryGraphiteExpr() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
getName() - Method in class io.trino.benchto.driver.Benchmark
 
getName() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getName() - Method in class io.trino.benchto.driver.Query
 
getName() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.GenerateUniqueNamesRequestItem
 
getNetworkGraphiteExpr() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
getNonReservedKeywordVariables() - Method in class io.trino.benchto.driver.Benchmark
 
getOrder() - Method in class io.trino.benchto.driver.listeners.benchmark.DefaultBenchmarkExecutionListener
 
getOrder() - Method in class io.trino.benchto.driver.listeners.BenchmarkServiceExecutionListener
 
getOrder() - Method in class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
getOrder() - Method in class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 
getOverridesPath() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getPrestoQueryId() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getPrestoURL() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getPrestoUsername() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getProperties() - Method in class io.trino.benchto.driver.Query
 
getProperty(String) - Method in class io.trino.benchto.driver.Query
 
getProperty(String, String) - Method in class io.trino.benchto.driver.Query
 
getQueries() - Method in class io.trino.benchto.driver.Benchmark
 
getQuery() - Method in class io.trino.benchto.driver.execution.QueryExecution
 
getQueryDuration() - Method in class io.trino.benchto.driver.Measurable
 
getQueryExecution() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getQueryInfo(String) - Method in class io.trino.benchto.driver.presto.PrestoClient
 
getQueryName() - Method in class io.trino.benchto.driver.execution.QueryExecution
 
getQueryName() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getQueryNames() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getQueryRepetitionScope() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getQueryResults() - Method in class io.trino.benchto.driver.Benchmark
 
getQueryResultsDir() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getResults() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getRowsCount() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
getRuns() - Method in class io.trino.benchto.driver.Benchmark
 
getRuns() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getSequenceId() - Method in class io.trino.benchto.driver.Benchmark
 
getSequenceId() - Method in class io.trino.benchto.driver.execution.QueryExecution
 
getServiceCurrentTime() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
getServiceURL() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getSqlTemplate() - Method in class io.trino.benchto.driver.Query
 
getStatement() - Method in class io.trino.benchto.driver.execution.QueryExecution
 
getSuitePrewarmRuns() - Method in class io.trino.benchto.driver.Benchmark
 
getSuitePrewarmRuns() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getThroughputTest() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getTimeLimit() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
getUniqueName() - Method in class io.trino.benchto.driver.Benchmark
 
getUtcEnd() - Method in class io.trino.benchto.driver.Measurable
 
getUtcStart() - Method in class io.trino.benchto.driver.Measurable
 
getVariables() - Method in class io.trino.benchto.driver.Benchmark
 
getVariables() - Method in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
getVariables() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.GenerateUniqueNamesRequestItem
 
GraphiteClient - Class in io.trino.benchto.driver.graphite
 
GraphiteClient() - Constructor for class io.trino.benchto.driver.graphite.GraphiteClient
 
GraphiteClient.GraphiteEventRequest - Class in io.trino.benchto.driver.graphite
 
GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder - Class in io.trino.benchto.driver.graphite
 
GraphiteClient.GraphiteRenderResponseItem - Class in io.trino.benchto.driver.graphite
 
GraphiteClient.IncompleteDataException - Exception Class in io.trino.benchto.driver.graphite
 
GraphiteEventExecutionListener - Class in io.trino.benchto.driver.listeners
 
GraphiteEventExecutionListener() - Constructor for class io.trino.benchto.driver.listeners.GraphiteEventExecutionListener
 
GraphiteEventRequestBuilder() - Constructor for class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder
 
GraphiteMetricsLoader - Class in io.trino.benchto.driver.graphite
 
GraphiteMetricsLoader() - Constructor for class io.trino.benchto.driver.graphite.GraphiteMetricsLoader
 
GraphiteProperties - Class in io.trino.benchto.driver.graphite
 
GraphiteProperties() - Constructor for class io.trino.benchto.driver.graphite.GraphiteProperties
 
GraphiteRenderResponseItem() - Constructor for class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteRenderResponseItem
 

H

hashCode() - Method in class io.trino.benchto.driver.Benchmark
 
hashCode() - Method in class io.trino.benchto.driver.service.Measurement
 

I

IncompleteDataException(String) - Constructor for exception class io.trino.benchto.driver.graphite.GraphiteClient.IncompleteDataException
 
initQueryMetrics() - Method in class io.trino.benchto.driver.graphite.GraphiteMetricsLoader
 
io.trino.benchto.driver - package io.trino.benchto.driver
 
io.trino.benchto.driver.concurrent - package io.trino.benchto.driver.concurrent
 
io.trino.benchto.driver.execution - package io.trino.benchto.driver.execution
 
io.trino.benchto.driver.graphite - package io.trino.benchto.driver.graphite
 
io.trino.benchto.driver.jdbc - package io.trino.benchto.driver.jdbc
 
io.trino.benchto.driver.listeners - package io.trino.benchto.driver.listeners
 
io.trino.benchto.driver.listeners.benchmark - package io.trino.benchto.driver.listeners.benchmark
 
io.trino.benchto.driver.listeners.measurements - package io.trino.benchto.driver.listeners.measurements
 
io.trino.benchto.driver.listeners.queryinfo - package io.trino.benchto.driver.listeners.queryinfo
 
io.trino.benchto.driver.loader - package io.trino.benchto.driver.loader
 
io.trino.benchto.driver.macro - package io.trino.benchto.driver.macro
 
io.trino.benchto.driver.macro.query - package io.trino.benchto.driver.macro.query
 
io.trino.benchto.driver.macro.shell - package io.trino.benchto.driver.macro.shell
 
io.trino.benchto.driver.presto - package io.trino.benchto.driver.presto
 
io.trino.benchto.driver.service - package io.trino.benchto.driver.service
 
io.trino.benchto.driver.utils - package io.trino.benchto.driver.utils
 
isConcurrent() - Method in class io.trino.benchto.driver.Benchmark
 
isFrequencyCheckEnabled() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
isGraphiteMetricsCollectionEnabled() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
isSelectQuery(String) - Static method in class io.trino.benchto.driver.utils.QueryUtils
 
isSerial() - Method in class io.trino.benchto.driver.Benchmark
 
isSuccessful() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult
 
isSuccessful() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
isSuccessful() - Method in class io.trino.benchto.driver.Measurable
 
isThroughputTest() - Method in class io.trino.benchto.driver.Benchmark
 
isWarmup() - Method in class io.trino.benchto.driver.BenchmarkProperties
 

L

loadBenchmarks(String) - Method in class io.trino.benchto.driver.loader.BenchmarkLoader
 
loadFromFile(String) - Method in class io.trino.benchto.driver.loader.QueryLoader
Loads query from given Path
loadFromFiles(List<String>) - Method in class io.trino.benchto.driver.loader.QueryLoader
 
loadMeasurements(Measurable) - Method in class io.trino.benchto.driver.graphite.GraphiteMetricsLoader
 
loadMeasurements(Measurable) - Method in class io.trino.benchto.driver.listeners.measurements.DurationMeasurementProvider
 
loadMeasurements(Measurable) - Method in interface io.trino.benchto.driver.listeners.measurements.PostExecutionMeasurementProvider
 
loadMeasurements(Measurable) - Method in class io.trino.benchto.driver.listeners.measurements.ThroughputMeasurementProvider
 
loadMeasurements(Measurable) - Method in class io.trino.benchto.driver.presto.PrestoMetricsLoader
 
loadMetrics(String) - Method in class io.trino.benchto.driver.presto.PrestoClient
 
loadMetrics(Map<String, String>, long, long) - Method in class io.trino.benchto.driver.graphite.GraphiteClient
 
loadQueryInfo(Measurable) - Method in interface io.trino.benchto.driver.listeners.queryinfo.QueryInfoProvider
 
loadQueryInfo(Measurable) - Method in class io.trino.benchto.driver.presto.PrestoQueryInfoLoader
 
loadYamlFromPath(Path) - Static method in class io.trino.benchto.driver.utils.YamlUtils
 
loadYamlFromString(String) - Static method in class io.trino.benchto.driver.utils.YamlUtils
 
LoggingBenchmarkExecutionListener - Class in io.trino.benchto.driver.listeners
 
LoggingBenchmarkExecutionListener() - Constructor for class io.trino.benchto.driver.listeners.LoggingBenchmarkExecutionListener
 

M

MacroExecutionDriver - Interface in io.trino.benchto.driver.macro
 
MacroService - Interface in io.trino.benchto.driver.macro
 
MacroServiceImpl - Class in io.trino.benchto.driver.macro
 
MacroServiceImpl() - Constructor for class io.trino.benchto.driver.macro.MacroServiceImpl
 
main(String[]) - Static method in class io.trino.benchto.driver.DriverApp
 
Measurable - Class in io.trino.benchto.driver
 
Measurable() - Constructor for class io.trino.benchto.driver.Measurable
 
Measurable.MeasuredBuilder<T extends Measurable,B extends Measurable.MeasuredBuilder> - Class in io.trino.benchto.driver
 
MeasuredBuilder(T) - Constructor for class io.trino.benchto.driver.Measurable.MeasuredBuilder
 
measurement(String, String, double) - Static method in class io.trino.benchto.driver.service.Measurement
 
Measurement - Class in io.trino.benchto.driver.service
 
Measurement() - Constructor for class io.trino.benchto.driver.service.Measurement
 
MultipleDataSourcesConfiguration - Class in io.trino.benchto.driver.jdbc
 
MultipleDataSourcesConfiguration() - Constructor for class io.trino.benchto.driver.jdbc.MultipleDataSourcesConfiguration
 
MultipleDataSourcesProperties - Class in io.trino.benchto.driver.jdbc
 
MultipleDataSourcesProperties() - Constructor for class io.trino.benchto.driver.jdbc.MultipleDataSourcesProperties
 

N

NAME_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
NaturalOrderComparator - Class in io.trino.benchto.driver.utils
https://raw.githubusercontent.com/paour/natorder/master/NaturalOrderComparator.java
nowUtc() - Static method in class io.trino.benchto.driver.utils.TimeUtils
 

O

object - Variable in class io.trino.benchto.driver.Measurable.MeasuredBuilder
 

P

parseFile(String, Path) - Method in class io.trino.benchto.driver.loader.AnnotatedQueryParser
 
parseLines(String, List<String>) - Method in class io.trino.benchto.driver.loader.AnnotatedQueryParser
 
parseUnit(String) - Static method in class io.trino.benchto.driver.utils.UnitConverter
 
parseValue(String) - Static method in class io.trino.benchto.driver.utils.UnitConverter
 
parseValueAsUnit(String, Unit<?>) - Static method in class io.trino.benchto.driver.utils.UnitConverter
 
PermutationUtils - Class in io.trino.benchto.driver.utils
 
PostExecutionMeasurementProvider - Interface in io.trino.benchto.driver.listeners.measurements
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class io.trino.benchto.driver.jdbc.MultipleDataSourcesConfiguration
 
preparePermutation(int, int) - Static method in class io.trino.benchto.driver.utils.PermutationUtils
 
PrestoClient - Class in io.trino.benchto.driver.presto
 
PrestoClient() - Constructor for class io.trino.benchto.driver.presto.PrestoClient
 
PrestoClient.QueryInfoResponseItem - Class in io.trino.benchto.driver.presto
 
PrestoMetricsLoader - Class in io.trino.benchto.driver.presto
 
PrestoMetricsLoader() - Constructor for class io.trino.benchto.driver.presto.PrestoMetricsLoader
 
PrestoQueryInfoLoader - Class in io.trino.benchto.driver.presto
 
PrestoQueryInfoLoader() - Constructor for class io.trino.benchto.driver.presto.PrestoQueryInfoLoader
 
processCompletedFutures() - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
PropertiesUtils - Class in io.trino.benchto.driver.utils
 

Q

QUARANTINE_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
Query - Class in io.trino.benchto.driver
 
Query(String, String, Map<String, String>) - Constructor for class io.trino.benchto.driver.Query
 
QUERY_NAMES_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
QUERY_RESULTS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
QueryExecution - Class in io.trino.benchto.driver.execution
 
QueryExecution(Benchmark, Query, int, SqlStatementGenerator) - Constructor for class io.trino.benchto.driver.execution.QueryExecution
 
queryExecutionDriver() - Method in class io.trino.benchto.driver.DriverApp
 
QueryExecutionDriver - Class in io.trino.benchto.driver.execution
 
QueryExecutionDriver() - Constructor for class io.trino.benchto.driver.execution.QueryExecutionDriver
 
QueryExecutionResult - Class in io.trino.benchto.driver.execution
 
QueryExecutionResult(QueryExecution) - Constructor for class io.trino.benchto.driver.execution.QueryExecutionResult
 
QueryExecutionResult.QueryExecutionResultBuilder - Class in io.trino.benchto.driver.execution
 
QueryExecutionResultBuilder(QueryExecution) - Constructor for class io.trino.benchto.driver.execution.QueryExecutionResult.QueryExecutionResultBuilder
 
QueryInfoProvider - Interface in io.trino.benchto.driver.listeners.queryinfo
 
QueryInfoResponseItem() - Constructor for class io.trino.benchto.driver.presto.PrestoClient.QueryInfoResponseItem
 
QueryLoader - Class in io.trino.benchto.driver.loader
 
QueryLoader() - Constructor for class io.trino.benchto.driver.loader.QueryLoader
 
QueryMacroExecutionDriver - Class in io.trino.benchto.driver.macro.query
 
QueryMacroExecutionDriver() - Constructor for class io.trino.benchto.driver.macro.query.QueryMacroExecutionDriver
 
QueryUtils - Class in io.trino.benchto.driver.utils
 

R

reportBenchmarkFinished(BenchmarkExecutionResult) - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
reportBenchmarkStarted(Benchmark) - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
reportConcurrencyTestExecutionFinished(List<QueryExecutionResult>) - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
reportExecutionFinished(QueryExecutionResult) - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
reportExecutionStarted(QueryExecution) - Method in class io.trino.benchto.driver.listeners.benchmark.BenchmarkStatusReporter
 
request - Variable in class io.trino.benchto.driver.service.BenchmarkServiceClient.AttributeRequest.AttributeRequestBuilder
 
RESERVED_KEYWORDS - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
resolveEnvironmentProperties(ConfigurableEnvironment, Class<T>) - Static method in class io.trino.benchto.driver.utils.PropertiesUtils
 
resolveEnvironmentProperties(ConfigurableEnvironment, Class<T>, String) - Static method in class io.trino.benchto.driver.utils.PropertiesUtils
 
restTemplate() - Method in class io.trino.benchto.driver.DriverApp
 
ResultComparisonException - Exception Class in io.trino.benchto.driver.execution
 
ResultComparisonException(String) - Constructor for exception class io.trino.benchto.driver.execution.ResultComparisonException
 
ResultComparisonException(String, Throwable) - Constructor for exception class io.trino.benchto.driver.execution.ResultComparisonException
 
runBenchmarkMacro(String, Map<String, String>) - Method in class io.trino.benchto.driver.macro.shell.ShellMacroExecutionDriver
 
runBenchmarkMacro(String, Optional<Benchmark>, Optional<Connection>) - Method in interface io.trino.benchto.driver.macro.MacroExecutionDriver
 
runBenchmarkMacro(String, Optional<Benchmark>, Optional<Connection>) - Method in interface io.trino.benchto.driver.macro.MacroService
 
runBenchmarkMacro(String, Optional<Benchmark>, Optional<Connection>) - Method in class io.trino.benchto.driver.macro.MacroServiceImpl
 
runBenchmarkMacro(String, Optional<Benchmark>, Optional<Connection>) - Method in class io.trino.benchto.driver.macro.query.QueryMacroExecutionDriver
 
runBenchmarkMacro(String, Optional<Benchmark>, Optional<Connection>) - Method in class io.trino.benchto.driver.macro.shell.ShellMacroExecutionDriver
 
runBenchmarkMacros(List<String>) - Method in interface io.trino.benchto.driver.macro.MacroService
 
runBenchmarkMacros(List<String>, Benchmark) - Method in interface io.trino.benchto.driver.macro.MacroService
 
runBenchmarkMacros(List<String>, Benchmark, Connection) - Method in interface io.trino.benchto.driver.macro.MacroService
 
runBenchmarkMacros(List<String>, Optional<Benchmark>, Optional<Connection>) - Method in interface io.trino.benchto.driver.macro.MacroService
 
RUNS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 

S

setCommand(String) - Method in class io.trino.benchto.driver.macro.shell.ShellMacroProperties
 
setEnvironment(Environment) - Method in class io.trino.benchto.driver.jdbc.MultipleDataSourcesConfiguration
 
setPrestoQueryId(String) - Method in class io.trino.benchto.driver.execution.QueryExecutionResult.QueryExecutionResultBuilder
 
setRowsCount(int) - Method in class io.trino.benchto.driver.execution.QueryExecutionResult.QueryExecutionResultBuilder
 
setUniqueName(String) - Method in class io.trino.benchto.driver.Benchmark
 
setup() - Method in class io.trino.benchto.driver.loader.BenchmarkLoader
 
ShellMacroExecutionDriver - Class in io.trino.benchto.driver.macro.shell
Executes macros using bash defined in application yaml file.
ShellMacroExecutionDriver() - Constructor for class io.trino.benchto.driver.macro.shell.ShellMacroExecutionDriver
 
ShellMacroProperties - Class in io.trino.benchto.driver.macro.shell
 
ShellMacroProperties() - Constructor for class io.trino.benchto.driver.macro.shell.ShellMacroProperties
 
ShellMacrosProperties - Class in io.trino.benchto.driver.macro.shell
 
ShellMacrosProperties() - Constructor for class io.trino.benchto.driver.macro.shell.ShellMacrosProperties
 
shutdown() - Method in class io.trino.benchto.driver.execution.ExecutionSynchronizer
 
sleep(long, TimeUnit) - Static method in class io.trino.benchto.driver.utils.TimeUtils
 
splitProperty(String) - Static method in class io.trino.benchto.driver.utils.PropertiesUtils
 
sqlFilesDirs() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
SqlStatementGenerator - Class in io.trino.benchto.driver.loader
 
SqlStatementGenerator() - Constructor for class io.trino.benchto.driver.loader.SqlStatementGenerator
 
stackTraceToString(QueryExecutionResult) - Static method in class io.trino.benchto.driver.utils.ExceptionUtils
 
start - Variable in class io.trino.benchto.driver.Measurable
 
startBenchmark(String, String, BenchmarkServiceClient.BenchmarkStartRequest) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
STARTED - Enum constant in enum class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.Status
 
startExecution(String, String, String, BenchmarkServiceClient.ExecutionStartRequest) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient
 
startTimer() - Method in class io.trino.benchto.driver.Measurable.MeasuredBuilder
 
storeEvent(GraphiteClient.GraphiteEventRequest) - Method in class io.trino.benchto.driver.graphite.GraphiteClient
 
stringifyMultimap(Map<Object, Object>) - Static method in class io.trino.benchto.driver.utils.YamlUtils
 
SUITE - Enum constant in enum class io.trino.benchto.driver.BenchmarkProperties.QueryRepetitionScope
 
SUITE_PREWARM_RUNS_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 

T

tags(String...) - Method in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder
 
THROUGHPUT_TEST_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 
ThroughputMeasurementProvider - Class in io.trino.benchto.driver.listeners.measurements
 
ThroughputMeasurementProvider() - Constructor for class io.trino.benchto.driver.listeners.measurements.ThroughputMeasurementProvider
 
TimeUtils - Class in io.trino.benchto.driver.utils
 
toString() - Method in class io.trino.benchto.driver.Benchmark
 
toString() - Method in class io.trino.benchto.driver.BenchmarkProperties
 
toString() - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult
 
toString() - Method in class io.trino.benchto.driver.execution.QueryExecution
 
toString() - Method in class io.trino.benchto.driver.execution.QueryExecutionResult
 
toString() - Method in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest
 
toString() - Method in class io.trino.benchto.driver.graphite.GraphiteProperties
 
toString() - Method in class io.trino.benchto.driver.Measurable
 
toString() - Method in class io.trino.benchto.driver.Query
 
toString() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.BenchmarkStartRequest
 
toString() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.ExecutionStartRequest
 
toString() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest
 
toString() - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.GenerateUniqueNamesRequestItem
 
toString() - Method in class io.trino.benchto.driver.service.Measurement
 

U

UnitConverter - Class in io.trino.benchto.driver.utils
Helps converting between units.
utcEnd - Variable in class io.trino.benchto.driver.Measurable
 
utcStart - Variable in class io.trino.benchto.driver.Measurable
 

V

valueOf(String) - Static method in enum class io.trino.benchto.driver.BenchmarkProperties.QueryRepetitionScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.trino.benchto.driver.BenchmarkProperties.QueryRepetitionScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.Status
Returns an array containing the constants of this enum class, in the order they are declared.
VARIABLES_KEY - Static variable in class io.trino.benchto.driver.loader.BenchmarkDescriptor
 

W

what(String) - Method in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder
 
when(ZonedDateTime) - Method in class io.trino.benchto.driver.graphite.GraphiteClient.GraphiteEventRequest.GraphiteEventRequestBuilder
 
withAfterBenchmarkMacros(List<String>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withAfterExecutionMacros(List<String>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withBeforeBenchmarkMacros(List<String>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withBeforeExecutionMacros(List<String>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withBenchmarkPrewarmRuns(int) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withConcurrency(int) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withDataSource(String) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withEndTime(Instant) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.FinishRequestBuilder
 
withEnvironment(String) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withExecutions(List<QueryExecutionResult>) - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult.BenchmarkExecutionResultBuilder
 
withFrequency(Optional<Duration>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withQueryResults(Optional<String>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withRuns(int) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withStatus(BenchmarkServiceClient.FinishRequest.Status) - Method in class io.trino.benchto.driver.service.BenchmarkServiceClient.FinishRequest.FinishRequestBuilder
 
withSuitePrewarmRuns(int) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withThroughputTest(boolean) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 
withUnexpectedException(Exception) - Method in class io.trino.benchto.driver.execution.BenchmarkExecutionResult.BenchmarkExecutionResultBuilder
 
withVariables(Map<String, String>) - Method in class io.trino.benchto.driver.Benchmark.BenchmarkBuilder
 

Y

YamlUtils - Class in io.trino.benchto.driver.utils
Useful methods for dealing with Yaml files.
A B C D E F G H I L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form